svn commit: r331203 - head/sbin/ipfw
Andrey V. Elsukov
ae at FreeBSD.org
Mon Mar 19 10:50:28 UTC 2018
Author: ae
Date: Mon Mar 19 10:50:27 2018
New Revision: 331203
URL: https://svnweb.freebsd.org/changeset/base/331203
Log:
Remove note that `fwd tablearg` is supported only by IPv4. IPv6 is
supported too.
MFC after: 1 week
Modified:
head/sbin/ipfw/ipfw.8
Modified: head/sbin/ipfw/ipfw.8
==============================================================================
--- head/sbin/ipfw/ipfw.8 Mon Mar 19 09:54:16 2018 (r331202)
+++ head/sbin/ipfw/ipfw.8 Mon Mar 19 10:50:27 2018 (r331203)
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 12, 2018
+.Dd March 19, 2018
.Dt IPFW 8
.Os
.Sh NAME
@@ -825,7 +825,7 @@ The search terminates.
Change the next-hop on matching packets to
.Ar ipaddr ,
which can be an IP address or a host name.
-For IPv4, the next hop can also be supplied by the last table
+The next hop can also be supplied by the last table
looked up for the packet by using the
.Cm tablearg
keyword instead of an explicit address.
More information about the svn-src-all
mailing list