diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2018-02-11 00:27:11 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2018-02-11 00:27:11 +0000 |
commit | b418c1d1612132285ead1de086213a39a9726041 (patch) | |
tree | f2f59c1a5757004fc59eed5d2c11006fa128dfad | |
parent | b5cad63e758681a258401baff81bc4f76111ff0c (diff) |
list M_IPV6_DF_OUT
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index e51d7651309..d70a070fc0a 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.110 2017/10/12 15:26:40 bluhm Exp $ +.\" $OpenBSD: mbuf.9,v 1.111 2018/02/11 00:27:10 dlg Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 12 2017 $ +.Dd $Mdocdate: February 11 2018 $ .Dt MGET 9 .Os .Sh NAME @@ -378,6 +378,8 @@ UDP checksum bad. ICMP/ICMPv6 checksum verified. .It Dv M_ICMP_CSUM_IN_BAD ICMP/ICMPv6 checksum bad. +.It Dv M_IPV6_DF_OUT +Do not fragment IPv6 on output. .El .Pp The |