Yesterday I did a upgrade from 1.1.7 to 1.1.8 rc1. After the upgrade, my VLAN interface 'vif 22' that is bridged to my br0 interface dissapeard.
I tried to recreate the vif interface. But when commit the config, I get the following message:
admin@VPN-AMS1# commit sa[ interfaces ethernet eth0 vif 22 ] vlan: unknown command "-e"? Usage: ... vlan [ protocol VLANPROTO ] id VLANID [ FLAG-LIST ] [ ingress-qos-map QOS-MAP ] [ egress-qos-map QOS-MAP ] VLANPROTO: [ 802.1Q / 802.1ad ] VLANID := 0-4095 FLAG-LIST := [ FLAG-LIST ] FLAG FLAG := [ reorder_hdr { on | off } ] [ gvrp { on | off } ] [ mvrp { on | off } ] [ loose_binding { on | off } ] QOS-MAP := [ QOS-MAP ] QOS-MAPPING QOS-MAPPING := FROM:TO Error creating VLAN device eth0.22 [[interfaces ethernet eth0 vif 22]] failed [[interfaces ethernet eth0 vif 22 bridge-group]] failed Commit failed ve
The relevant config that I try to commit:
bridge br0 { address 192.168.20.3/24 aging 300 description <DESCRIPTION> firewall { out { name BLOCK_X_OUT } } hello-time 2 max-age 20 priority 300 stp true } ethernet eth0 { address 192.168.0.20/24 address <IPv6_ADDRESS> description <DESCRIPTION> duplex auto hw-id 00:00:00:00:00:00 policy { route <POLICY> } smp_affinity auto speed auto vif 20 { bridge-group { bridge br0 } description <DESCRIPTION> } }