mirror of
https://github.com/gryf/wicd.git
synced 2026-03-05 08:15:46 +01:00
Don't make dhcpcd handle link-local
This commit is contained in:
@@ -292,7 +292,7 @@ class BaseInterface(object):
|
|||||||
'id' : misc.PUMP,
|
'id' : misc.PUMP,
|
||||||
},
|
},
|
||||||
"dhcpcd" :
|
"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",
|
'release' : r"%(cmd)s -k %(iface)s",
|
||||||
'id' : misc.DHCPCD,
|
'id' : misc.DHCPCD,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user