static-ip: don't del proto
This commit is contained in:
parent
5208ecb081
commit
1ad2134aec
@ -45,7 +45,6 @@ local function static_ip_4(name, ifname, macaddr, actually_use)
|
|||||||
uci:set('network', name, 'netmask', ip4:mask():string())
|
uci:set('network', name, 'netmask', ip4:mask():string())
|
||||||
else
|
else
|
||||||
if uci:get('network', name, 'proto') == 'static' then
|
if uci:get('network', name, 'proto') == 'static' then
|
||||||
uci:del('network', name, 'proto')
|
|
||||||
uci:del('network', name, 'ipaddr')
|
uci:del('network', name, 'ipaddr')
|
||||||
uci:del('network', name, 'netmask')
|
uci:del('network', name, 'netmask')
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user