Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Mar 2018 07:54:11 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r331542 - stable/11/sbin/ipfw
Message-ID:  <201803260754.w2Q7sBW5031866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Mon Mar 26 07:54:11 2018
New Revision: 331542
URL: https://svnweb.freebsd.org/changeset/base/331542

Log:
  MFC r331203:
    Remove note that `fwd tablearg` is supported only by IPv4. IPv6 is
    supported too.

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	Mon Mar 26 04:41:23 2018	(r331541)
+++ stable/11/sbin/ipfw/ipfw.8	Mon Mar 26 07:54:11 2018	(r331542)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803260754.w2Q7sBW5031866>