unifiac: Fix apctl ifname

This commit is contained in:
Daniel Gröber 2018-04-17 17:11:49 +02:00
parent 2d6ae14734
commit 5095e891ae
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ config interface 'loopback'
option netmask '255.0.0.0'
config interface 'apctl'
option ifname 'eth1.2'
option ifname 'eth0.2'
option proto 'dhcp'
config interface 'lan'
option type 'bridge'
option ifname 'eth0'
option proto 'dhcp'
option proto 'static'