summaryrefslogtreecommitdiff
path: root/network/arptables/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/arptables/README')
-rw-r--r--network/arptables/README12
1 files changed, 0 insertions, 12 deletions
diff --git a/network/arptables/README b/network/arptables/README
deleted file mode 100644
index f0c803b1c3..0000000000
--- a/network/arptables/README
+++ /dev/null
@@ -1,12 +0,0 @@
-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 Frequently (and less frequently) Asked Questions:
-http://ebtables.sourceforge.net/arptables-faq.html
-
-Note: an /etc/rc.d/init.d/arptables sysv-style script is included.