Move managment interface to lan

This commit is contained in:
Daniel Gröber 2023-01-06 20:34:28 +01:00
parent abef80bd92
commit 2e58a2044e

View file

@ -5,11 +5,7 @@ config interface 'loopback'
option ipaddr '127.0.0.1' option ipaddr '127.0.0.1'
option netmask '255.0.0.0' option netmask '255.0.0.0'
config interface 'apctl'
option ifname 'eth0.2'
option proto 'dhcp'
config interface 'lan' config interface 'lan'
option type 'bridge' option type 'bridge'
option ifname 'eth0' option ifname 'eth0'
option proto 'static' option proto 'dhcp'