From 199d31a20f95babd74d692beb89988e2fb851032 Mon Sep 17 00:00:00 2001 From: fnm3 Date: Fri, 14 Jun 2002 17:28:13 +0000 Subject: New parameter definitions addded Kernelspace changes for encapsulated protocol parameter Version changed Updated VLAN match extension section Removed empty lines at end of file Userspace changes - vlan encapsulated protocol match added --- userspace/ebtables2/ebtables.8 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'userspace/ebtables2/ebtables.8') diff --git a/userspace/ebtables2/ebtables.8 b/userspace/ebtables2/ebtables.8 index d0d7a18..b9d57c8 100644 --- a/userspace/ebtables2/ebtables.8 +++ b/userspace/ebtables2/ebtables.8 @@ -21,7 +21,7 @@ .\" .\" .SH NAME -ebtables(v.2.0) \- ethernet bridge packet table administration +ebtables (v.2.0) \- ethernet bridge packet table administration .SH SYNOPSIS .BR "ebtables -[ADI] " "chain rule-specification [options]" .br @@ -316,7 +316,7 @@ The ARP IP source address specification. .BR "--arp-ip-dst " "[!] \fIaddress\fP[/\fImask\fP]" The ARP IP destination address specification. .SS vlan -Specify 802.1Q VLAN specific fields. These will only work if the protocol equals +Specify 802.1Q Tag Control Information fields. These will only work if the protocol equals .BR 802_1Q . For more details see .BR "ebtables -h vlan" . @@ -325,7 +325,10 @@ For more details see The VLAN identifier (decimal number from 0 to 4095). .TP .BR "--vlan-prio " "[!] \fIprio\fP" -The VLAN priority type, this can be a decimal number from 0 to 7. The default value is 0. +The VLAN user priority type, this can be a decimal number from 0 to 7. The default value is 0. +.TP +.BR "--vlan-encap " "[!] \fIprotocol\fP" +The VLAN encapsulated protocol, this can be a hexadecimal number from 0000 to FFFF. The default value is 0. .SH WATCHER EXTENSION(S) Watchers are things that only look at frames passing by. These watchers only see the frame if the frame passes all the matches of the rule. -- cgit v1.2.3