You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR implements a simple operator which can match a VLAN tag. Pflan 'vlan' handles VLAN hierarchies incrementing filter offsets by 4 on each use [1]
The proposed 'vlanid' operator does a simple matching of a 802.1q packet by VLAN_ID.
This PR implements a simple operator which can match a VLAN tag. Pflan 'vlan' handles VLAN hierarchies incrementing filter offsets by 4 on each use [1]
The proposed 'vlanid' operator does a simple matching of a 802.1q packet by VLAN_ID.
Where VLAN_ID = 12-bit number [0-4095].
[1] http://biot.com/capstats/bpf.html
The text was updated successfully, but these errors were encountered: