Commit 86a84c46 by Oliver Pinter

DHCP -> SYNCDHCP

parent ff3eb58e
...@@ -44,7 +44,7 @@ def change_ip_freebsd(interfaces, dns): ...@@ -44,7 +44,7 @@ def change_ip_freebsd(interfaces, dns):
for device, conf in data: for device, conf in data:
if_file = rcconf_dir + device if_file = rcconf_dir + device
with open(if_file, 'w') as f: with open(if_file, 'w') as f:
f.write('ifconfig_' + device + '="DHCP"') #XXXOP - hardcoded f.write('ifconfig_' + device + '="SYNCDHCP"') #XXXOP - hardcoded
''' '''
with open(interfaces_file, 'a') as f: with open(interfaces_file, 'a') as f:
for ifname, conf in data: for ifname, conf in data:
......
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 sign in to comment