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 @@ [...] +
+ Protocol ID: vlan
+
+ Note: Rules of this type should go either into the root
or
+ vlan
chain.
+
Attribute | +Datatype | +Semantics | +
---|---|---|
srcmacaddr | +MAC_ADDR | +MAC address of sender | +
srcmacmask | +MAC_MASK | +Mask applied to MAC address of sender | +
dstmacaddr | +MAC_ADDR | +MAC address of destination | +
dstmacmask | +MAC_MASK | +Mask applied to MAC address of destination | +
vlan-id | +UINT16 (0x0-0xfff, 0 - 4095) | +VLAN ID | +
encap-protocol | +UINT16 (0x03c-0xfff), String | +Encapsulated layer 3 protocol ID | +
comment | +STRING | +text with max. 256 characters | +
+ Valid Strings for encap-protocol
are: arp, ipv4, ipv6
+
Protocol ID: arp
or rarp