summaryrefslogtreecommitdiffstats
path: root/userspace/ebtables2/ebtables.8
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2003-08-14 19:33:11 +0000
committerBart De Schuymer <bdschuym@pandora.be>2003-08-14 19:33:11 +0000
commit11c8fcfe081ff72ae934f9f4193fe0abdbc2a270 (patch)
tree7edfa6d7c6b455f3c6684e13b53a0459f27d06d2 /userspace/ebtables2/ebtables.8
parented6e82395c2a5745d6182cd4c3f32e05092dcc7a (diff)
add arpreply text
Diffstat (limited to 'userspace/ebtables2/ebtables.8')
-rw-r--r--userspace/ebtables2/ebtables.821
1 files changed, 20 insertions, 1 deletions
diff --git a/userspace/ebtables2/ebtables.8 b/userspace/ebtables2/ebtables.8
index 721aed7..e9ee66f 100644
--- a/userspace/ebtables2/ebtables.8
+++ b/userspace/ebtables2/ebtables.8
@@ -1,4 +1,4 @@
-.TH EBTABLES 8 "25 July 2003"
+.TH EBTABLES 8 "14 August 2003"
.\"
.\" Man page written by Bart De Schuymer <bdschuym@pandora.be>
.\" It is based on the iptables man page.
@@ -671,6 +671,25 @@ will log the (r)arp information when a frame made by the (r)arp protocols
matches the rule. The default is no (r)arp information logging.
.SS TARGET EXTENSIONS
.SS
+.B arpreply
+The
+.B arpreply
+target can be used in the
+.BR PREROUTING " chain of the " nat " table."
+If this target sees an arp request it will automatically reply
+with an arp reply. The used MAC address for the reply can be specified.
+When the arp message is not an arp request, it is ignored by this target.
+.TP
+.BR "--arpreply-mac " "\fIaddress\fP"
+Specifies the MAC address to reply with: the Ethernet source MAC and the
+ARP payload source MAC will be filled in with this address.
+.TP
+.BR "--arpreply-target " "\fItarget\fP"
+Specifies the standard target. After sending the arp reply, the rule still
+has to give a standard target so
+.B ebtables
+knows what to do. The default target is DROP.
+.SS
.B dnat
The
.B dnat