https://github.com/opnsense/core/issues/2078
# create vlan Interface on top of physical Interface ifconfig vlan1000 create vlandev igb0 vlan 1000 vlanproto 802.1ad up # create vlan Interface on top of vlan Interface ifconfig vlan42 create vlandev vlan1000 vlan 42 inet 10.5.42.1/24
ifconfig vlan42 destroy ifconfig vlan1000 destroy
setfib 1 ifconfig vlan1000 create vlandev igb0 vlan 1000 vlanproto 802.1ad up setfib 1 ifconfig vlan42 create vlandev vlan1000 vlan 42 inet 10.5.42.1/24
setfib 1 ifconfig vlan42 destroy setfib 1 ifconfig vlan1000 destroy
Well, the old Q-in-Q was netgraph based and therefore removed. The new one you see is new since OPNsense 22.1 / FreeBSD 13 and a ticket already exists:https://github.com/opnsense/core/issues/5560And it's also published on the roadmap. https://opnsense.org/about/road-map/Cheers,Franco