[network/interfaces] syntax error...

Ignore-this: f0506cd2b20148736f0c2917ae167e7e

darcs-hash:20090421165801-ffbb2-3e5e82dab5e09f2761cdffdab25e542b1ca947e2.gz
This commit is contained in:
Nicolas Dandrimont 2009-04-21 18:58:01 +02:00
parent d0895cf4c5
commit 3c8595de85

View file

@ -76,7 +76,7 @@ iface %(interface)s inet static
mtu 1496""" % { 'interface': interface, 'ip': isolementip() } mtu 1496""" % { 'interface': interface, 'ip': isolementip() }
elif mode == "manuel": elif mode == "manuel":
print """auto %(interface) print """auto %(interface)s
iface %(interface)s inet static""" % { 'interface': interface } iface %(interface)s inet static""" % { 'interface': interface }
else: else: