[network/interfaces] syntax error...
Ignore-this: f0506cd2b20148736f0c2917ae167e7e darcs-hash:20090421165801-ffbb2-3e5e82dab5e09f2761cdffdab25e542b1ca947e2.gz
This commit is contained in:
parent
d0895cf4c5
commit
3c8595de85
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue