static-ip: don't del proto

This commit is contained in:
Maciej Krüger 2021-12-19 10:36:35 +01:00 committed by Alexander List
parent 5208ecb081
commit 1ad2134aec

View File

@ -45,7 +45,6 @@ local function static_ip_4(name, ifname, macaddr, actually_use)
uci:set('network', name, 'netmask', ip4:mask():string())
else
if uci:get('network', name, 'proto') == 'static' then
uci:del('network', name, 'proto')
uci:del('network', name, 'ipaddr')
uci:del('network', name, 'netmask')
end