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
1 changed files with 1 additions and 5 deletions

View File

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