svn commit: r340349 - stable/11/sbin/ipfw
Eugene Grosbein
eugen at FreeBSD.org
Sun Nov 11 06:49:06 UTC 2018
Author: eugen
Date: Sun Nov 11 06:49:05 2018
New Revision: 340349
URL: https://svnweb.freebsd.org/changeset/base/340349
Log:
MFC r340249: ipfw.8: fix small syntax error in an example
Modified:
stable/11/sbin/ipfw/ipfw.8
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sbin/ipfw/ipfw.8
==============================================================================
--- stable/11/sbin/ipfw/ipfw.8 Sun Nov 11 06:05:28 2018 (r340348)
+++ stable/11/sbin/ipfw/ipfw.8 Sun Nov 11 06:49:05 2018 (r340349)
@@ -3899,7 +3899,7 @@ In the following example per-interface firewall is cre
.Pp
The following example illustrate usage of flow tables:
.Pp
-.Dl "ipfw table fl create type flow:flow:src-ip,proto,dst-ip,dst-port"
+.Dl "ipfw table fl create type flow:src-ip,proto,dst-ip,dst-port"
.Dl "ipfw table fl add 2a02:6b8:77::88,tcp,2a02:6b8:77::99,80 11"
.Dl "ipfw table fl add 10.0.0.1,udp,10.0.0.2,53 12"
.Dl ".."
More information about the svn-src-stable
mailing list