diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2006-08-17 10:18:02 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2006-08-17 10:18:02 +0000 |
commit | 8069b5ab8364678058576ac3e91bf9fbe7c9f16b (patch) | |
tree | d25f3c7e11f2ab8d486e870748a102dd1b748018 /ebtables.8 | |
parent | b913e51007562c80a1bdfb356b958885eab178db (diff) | |
download | ebtables-8069b5ab8364678058576ac3e91bf9fbe7c9f16b.tar.gz ebtables-8069b5ab8364678058576ac3e91bf9fbe7c9f16b.tar.bz2 ebtables-8069b5ab8364678058576ac3e91bf9fbe7c9f16b.zip |
allow list taken from a file for among match
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 . |