diff options
author | Bart De Schuymer <bdschuym@pandora.be> | 2006-12-15 11:36:30 +0000 |
---|---|---|
committer | Bart De Schuymer <bdschuym@pandora.be> | 2006-12-15 11:36:30 +0000 |
commit | 592d565e1cae5b7efa870bee2cdc869dfac57758 (patch) | |
tree | df28b51cbea3b5b724a9c9e6ab2f11364ffd84fd /ebtables.8 | |
parent | cdae0ba8084d5db25b4cedef9168feee145a293c (diff) | |
download | ebtables-592d565e1cae5b7efa870bee2cdc869dfac57758.tar.gz ebtables-592d565e1cae5b7efa870bee2cdc869dfac57758.tar.bz2 ebtables-592d565e1cae5b7efa870bee2cdc869dfac57758.zip |
make independent of version and release, add --snat-arp option
Diffstat (limited to 'ebtables.8')
-rw-r--r-- | ebtables.8 | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.TH EBTABLES 8 "September 04, 2006" +.TH EBTABLES 8 "$(DATE)" .\" .\" Man page written by Bart De Schuymer <bdschuym@pandora.be> .\" It is based on the iptables man page. @@ -24,7 +24,7 @@ .\" .\" .SH NAME -ebtables (v.2.0.8-rc3) \- Ethernet bridge frame table administration +ebtables (v$(VERSION)) \- Ethernet bridge frame table administration .SH SYNOPSIS .BR "ebtables " [ -t " table ] " - [ ACDI "] chain rule specification [match extensions] [watcher extensions] target" .br @@ -989,6 +989,12 @@ to give a standard target so ebtables knows what to do. .BR "" "make sense, but you could do that too. " RETURN " is also allowed. Note" .BR "" "that using " RETURN " in a base chain is not allowed." .br +.TP +.BR "--snat-arp " +.br +Also change the hardware source address inside the arp header if the packet is an +arp message and the hardware address length in the arp header is 6 bytes. +.br .SH FILES .I /etc/ethertypes .SH ENVIRONMENT VARIABLES |