summaryrefslogtreecommitdiffstats
path: root/ebtables.8
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2006-08-17 10:18:02 +0000
committerBart De Schuymer <bdschuym@pandora.be>2006-08-17 10:18:02 +0000
commit8069b5ab8364678058576ac3e91bf9fbe7c9f16b (patch)
treed25f3c7e11f2ab8d486e870748a102dd1b748018 /ebtables.8
parentb913e51007562c80a1bdfb356b958885eab178db (diff)
allow list taken from a file for among match
Diffstat (limited to 'ebtables.8')
-rw-r--r--ebtables.88
1 files changed, 8 insertions, 0 deletions
diff --git a/ebtables.8 b/ebtables.8
index 278f5f2..8e72289 100644
--- a/ebtables.8
+++ b/ebtables.8
@@ -559,6 +559,14 @@ Compare the MAC source to the given list. If the Ethernet frame has type
.IR IPv4 " or " ARP ,
then comparison with MAC/IP source address pairs from the list
is possible.
+.TP
+.BR "--among-dst-file " "[!] \fIfile\fP"
+Same as
+.BR --among-dst " but the list is read in from the specified file."
+.TP
+.BR "--among-src-file " "[!] \fIfile\fP"
+Same as
+.BR --among-src " but the list is read in from the specified file."
.SS arp
Specify (R)ARP fields. The protocol must be specified as
.IR ARP " or " RARP .