summaryrefslogtreecommitdiffstats
path: root/ebtables.8
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-06-24 19:53:19 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-06-24 19:53:19 +0000
commit7350b045e44d00bed1cc33f5e845b2e36dd59404 (patch)
tree8e02b8adda57b29b5a9ce74612147470b25c11a4 /ebtables.8
parentb6c94f93a52e2dd078e1820e3b147bc6e43930a3 (diff)
add 802.3 description <csv_at_bluetail.com>
Diffstat (limited to 'ebtables.8')
-rw-r--r--ebtables.813
1 files changed, 13 insertions, 0 deletions
diff --git a/ebtables.8 b/ebtables.8
index 465d635..998449d 100644
--- a/ebtables.8
+++ b/ebtables.8
@@ -473,6 +473,19 @@ to explicitly load them with a -m option like in
.BR iptables .
However, these
extensions deal with functionality supported by supplemental kernel modules.
+.SS 802.3
+Specify 802.3 DSAP/SSAP fields or SNAP type. These only work if the protocol equals
+.BR "LENGTH " (see " protocol " above).
+.TP
+.BR "--802_3-sap " "[!] \fIsap\fP"
+DSAP and SSAP are two one byte 802.3 fields. The bytes are always
+equal, so only one byte (hexadecimal) is needed as an argument.
+.TP
+.BR "--802_3-type " "[!] \fItype\fP"
+If the 802.3 DSAP and SSAP values are 0xaa then the SNAP type field must
+be consulted to determine the payload protocol. This is a two byte
+(hexadecimal) argument. Only 802.3 frames with DSAP/SSAP 0xaa are
+checked for type.
.SS arp
Specify arp fields. These will only work if the protocol equals
.BR ARP " or " RARP .