diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 15:01:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 15:01:25 +0200 |
commit | 5d0d367915484b3251cbd1d4f554a91ccbbb8311 (patch) | |
tree | 98c5aafafeea56216aed2088727998022c3dcf88 /network/arptables/README | |
parent | 88a7e78ac45d5c8d7e8e979708e295a82da849ce (diff) | |
download | slackbuilds-5d0d367915484b3251cbd1d4f554a91ccbbb8311.tar.gz |
network/arptables: Initial import
Diffstat (limited to 'network/arptables/README')
-rw-r--r-- | network/arptables/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/arptables/README b/network/arptables/README new file mode 100644 index 0000000000..cace861312 --- /dev/null +++ b/network/arptables/README @@ -0,0 +1,12 @@ +Arptables is used to set up, maintain, and inspect the tables of ARP rules +in the Linux kernel. It is analogous to iptables, but operates at the ARP +layer rather than the IP layer. + +Currently, only support for specifying hardware addresses for Ethernet +is available. This tool is not luser-proof: you can specify an Ethernet +source address and set hardware length to something different than 6, f.e. + +arptables was written by Bart De Schuymer based on code from iptables + +Arptables Frequently (and less frequently) Asked Questions: +http://ebtables.sourceforge.net/arptables-faq.html |