svn commit: r285871 - head/share/man/man5
Kristof Provost
kp at FreeBSD.org
Sat Jul 25 14:06:33 UTC 2015
Author: kp
Date: Sat Jul 25 14:06:32 2015
New Revision: 285871
URL: https://svnweb.freebsd.org/changeset/base/285871
Log:
Pf can reassemble IPv6 fragments now.
Obtained from: bluhm (OpenBSD)
Sponsored by: Essen FreeBSD Hackathon
Modified:
head/share/man/man5/pf.conf.5
Modified: head/share/man/man5/pf.conf.5
==============================================================================
--- head/share/man/man5/pf.conf.5 Sat Jul 25 13:02:41 2015 (r285870)
+++ head/share/man/man5/pf.conf.5 Sat Jul 25 14:06:32 2015 (r285871)
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd June 29, 2012
+.Dd July 25, 2015
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -2381,8 +2381,10 @@ Once this limit is reached, fragments th
are dropped until other entries time out.
The timeout value can also be adjusted.
.Pp
-Currently, only IPv4 fragments are supported and IPv6 fragments
-are blocked unconditionally.
+When forwarding reassembled IPv6 packets, pf refragments them with
+the original maximum fragment size.
+This allows the sender to determine the optimal fragment size by
+path MTU discovery.
.Sh ANCHORS
Besides the main ruleset,
.Xr pfctl 8
More information about the svn-src-all
mailing list