Remove extra "ipfw" from example.

MFC after:	1 week
This commit is contained in:
Andrey V. Elsukov 2018-06-28 09:42:30 +00:00
parent af74661403
commit 0df37a208c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335759

View File

@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 9, 2018
.Dd June 28, 2018
.Dt IPFW 8
.Os
.Sh NAME
@ -3834,9 +3834,9 @@ In the following example per-interface firewall is created:
.Dl "ipfw table OUT add vlan20 22000"
.Dl "ipfw table OUT add vlan30 23000"
.Dl ".."
.Dl "ipfw add 100 ipfw setfib tablearg ip from any to any recv 'table(IN)' in"
.Dl "ipfw add 200 ipfw skipto tablearg ip from any to any recv 'table(IN)' in"
.Dl "ipfw add 300 ipfw skipto tablearg ip from any to any xmit 'table(OUT)' out"
.Dl "ipfw add 100 setfib tablearg ip from any to any recv 'table(IN)' in"
.Dl "ipfw add 200 skipto tablearg ip from any to any recv 'table(IN)' in"
.Dl "ipfw add 300 skipto tablearg ip from any to any xmit 'table(OUT)' out"
.Pp
The following example illustrate usage of flow tables:
.Pp