svn commit: r335759 - head/sbin/ipfw

Andrey V. Elsukov ae at FreeBSD.org
Thu Jun 28 09:42:32 UTC 2018


Author: ae
Date: Thu Jun 28 09:42:30 2018
New Revision: 335759
URL: https://svnweb.freebsd.org/changeset/base/335759

Log:
  Remove extra "ipfw" from example.
  
  MFC after:	1 week

Modified:
  head/sbin/ipfw/ipfw.8

Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8	Thu Jun 28 07:01:56 2018	(r335758)
+++ head/sbin/ipfw/ipfw.8	Thu Jun 28 09:42:30 2018	(r335759)
@@ -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 cre
 .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


More information about the svn-src-head mailing list