gluon-core: remove deprecated accept_ra settings

This commit is contained in:
Matthias Schiffer 2013-09-30 18:29:52 +02:00
parent f0774c96f0
commit 3cad3e10ee
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ delete network.lan
set network.wan.type='bridge'
set network.wan.proto='dhcp'
set network.wan.accept_ra='0'
set network.wan.auto='1'
set network.client='interface'
@ -18,7 +17,6 @@ set network.client.ifname='$lan_ifname bat0'
set network.client.type='bridge'
set network.client.proto='none'
set network.client.auto='1'
set network.client.accept_ra='1'
set network.mesh='interface'
set network.mesh.proto='batadv'