Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Mar 2016 15:46:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 208091] net.inet.ipsec.dfbit=2 not working
Message-ID:  <bug-208091-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208091

            Bug ID: 208091
           Summary: net.inet.ipsec.dfbit=3D2 not working
           Product: Base System
           Version: 10.2-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: aigars@ugunssiena.lv

sys/netipsec/ipsec_output.c line 483:

setdf =3D ntohs(ip->ip_off & IP_DF);

Should be:
setdf =3D ntohs(ip->ip_off) & IP_DF;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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