Remove extra "ipfw" from example.
MFC after: 1 week
This commit is contained in:
parent
137a480184
commit
decf0e8734
@ -1,7 +1,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd May 9, 2018
|
.Dd June 28, 2018
|
||||||
.Dt IPFW 8
|
.Dt IPFW 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.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 vlan20 22000"
|
||||||
.Dl "ipfw table OUT add vlan30 23000"
|
.Dl "ipfw table OUT add vlan30 23000"
|
||||||
.Dl ".."
|
.Dl ".."
|
||||||
.Dl "ipfw add 100 ipfw setfib tablearg ip from any to any recv 'table(IN)' in"
|
.Dl "ipfw add 100 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 200 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 300 skipto tablearg ip from any to any xmit 'table(OUT)' out"
|
||||||
.Pp
|
.Pp
|
||||||
The following example illustrate usage of flow tables:
|
The following example illustrate usage of flow tables:
|
||||||
.Pp
|
.Pp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user