unifiac: Fix apctl ifname

This commit is contained in:
Daniel Gröber 2018-04-17 17:11:49 +02:00
parent da9f662f84
commit 3885ee6a18

View file

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