Commit 5d157c4d authored by Julien Muchembled's avatar Julien Muchembled

demo: fix command to start recent versions of miniupnpd

parent fed90445
...@@ -151,8 +151,8 @@ else: ...@@ -151,8 +151,8 @@ else:
print "Connectivity IPv4 OK!" print "Connectivity IPv4 OK!"
nodes = [] nodes = []
gateway1.screen('miniupnpd -d -f miniupnpd.conf -P miniupnpd.pid -a 10.1.1.1' gateway1.screen('miniupnpd -d -f miniupnpd.conf -P miniupnpd.pid'
' -i %s' % g1_if_0_name) ' -a %s -i %s' % (g1_if_1.name, g1_if_0_name))
if 1: if 1:
import sqlite3 import sqlite3
os.path.exists('ca.crt') or subprocess.check_call( os.path.exists('ca.crt') or subprocess.check_call(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment