mirror of
https://github.com/gryf/wicd.git
synced 2026-01-06 05:44:18 +01:00
Don't make dhcpcd handle link-local
This commit is contained in:
@@ -292,7 +292,7 @@ class BaseInterface(object):
|
||||
'id' : misc.PUMP,
|
||||
},
|
||||
"dhcpcd" :
|
||||
{'connect' : r"%(cmd)s %(iface)s -h %(hostname)s ",
|
||||
{'connect' : r"%(cmd)s %(iface)s -h %(hostname)s --noipv4ll ",
|
||||
'release' : r"%(cmd)s -k %(iface)s",
|
||||
'id' : misc.DHCPCD,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user