Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 10:50:27 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r331203 - head/sbin/ipfw
Message-ID:  <201803191050.w2JAoR1I018395@repo.freebsd.org>

index | next in thread | raw e-mail

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.


home | help

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