diff --git a/docs/formatnwfilter.html.in b/docs/formatnwfilter.html.in index ad754c1bd9..d21fac579f 100644 --- a/docs/formatnwfilter.html.in +++ b/docs/formatnwfilter.html.in @@ -548,6 +548,61 @@ [...] +
VLAN (802.1Q) + (Since 0.9.8) +
+

+ Protocol ID: vlan +
+ Note: Rules of this type should go either into the root or + vlan chain. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Attribute Datatype Semantics
srcmacaddrMAC_ADDRMAC address of sender
srcmacmaskMAC_MASKMask applied to MAC address of sender
dstmacaddrMAC_ADDRMAC address of destination
dstmacmaskMAC_MASKMask applied to MAC address of destination
vlan-idUINT16 (0x0-0xfff, 0 - 4095)VLAN ID
encap-protocolUINT16 (0x03c-0xfff), StringEncapsulated layer 3 protocol ID
comment STRINGtext with max. 256 characters
+

+ Valid Strings for encap-protocol are: arp, ipv4, ipv6 +

+
ARP/RARP

Protocol ID: arp or rarp