Given the simple netgraph infrastructure to extrude an 802.1ad vlan (2) from an interface (lagg1) (and vice versa)
```
+ mkpeer lagg1 vlan lower downstream
+ name lagg1.lower vlag
+ msg vlag setencapproto 0x88A8
+ mkpeer vlag eiface test ether
+ msg vlag addfilter { vid=2 hook="test" }
```
After applying the patch, the netgraph node ng_vlan(4) connected to
the lower hook of ng_ether(4) is able to handle the frames accordingly
to the ethertype correctly.