Netifd: alias broken on push

@nbd today's netifd push breaks existing setup using the alias syntax, i.e. the following breaks with the commented out line:

config bridge-vlan
        option device 'itch0'
        option vlan '10'
        list ports 'lan4'
        list ports 'lan3'
        list ports 'lan2'
        list ports 'lan1'
        option alias 'lan'

config interface 'lan'
        option device 'itch0.10'
#       option device 'itch0.lan'
	option proto 'static'
	option ipaddr '192.168.10.1'
	option netmask '255.255.255.0'
	option ip6assign '60'

with no static router IP / bridge-vlan setup.

1 Like

Fixed in the latest version, thanks for reporting this.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.