summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.8
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2006-08-18 22:36:05 +0000
committerjulian <julian@FreeBSD.org>2006-08-18 22:36:05 +0000
commit2e81f075ec517d298bfed516e8bc69c999f21c11 (patch)
treed5041cb81c60eba877cc6584063a4abd814ee3a9 /sbin/ipfw/ipfw.8
parent1eee061e71e491f1e9f42f75301f2f67346a470f (diff)
downloadFreeBSD-src-2e81f075ec517d298bfed516e8bc69c999f21c11.zip
FreeBSD-src-2e81f075ec517d298bfed516e8bc69c999f21c11.tar.gz
comply with style police
Submitted by: ru MFC after: 1 month
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r--sbin/ipfw/ipfw.814
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 6321589..9a746a0 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -689,8 +689,8 @@ Change the next-hop on matching packets to
.Ar ipaddr ,
which can be an IP address or a host name.
The next hop can also be supplied by the last table
-looked up for the packet by using the
-.Em tablearg
+looked up for the packet by using the
+.Cm tablearg
keyword instead of an explicit address.
The search terminates if this rule matches.
.Pp
@@ -1594,8 +1594,10 @@ action parameters:
rule options:
.Cm limit, tagged.
.Pp
-When used with 'fwd' it is possible to supply table entries with values
-that are in the form of IP addresses or hostnames.
+When used with
+.Cm fwd
+it is possible to supply table entries with values
+that are in the form of IP addresses or hostnames.
See the
.Sx EXAMPLES
Section for example usage of tables and the tablearg keyword.
@@ -2388,7 +2390,9 @@ Then we classify traffic using a single rule:
.Dl "..."
.Dl "ipfw pipe tablearg ip from table(1) to any"
.Pp
-Using the fwd action, the table entries may include hostnames and IP addresses.
+Using the
+.Cn fwd
+action, the table entries may include hostnames and IP addresses.
.Pp
.Dl "ipfw table 1 add 192.168.2.0/24 10.23.2.1"
.Dl "ipfw table 1 add 192.168.0.0/27 router1.dmz"
OpenPOWER on IntegriCloud