[Bug 208091] net.inet.ipsec.dfbit=2 not working
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Mar 17 15:46:47 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208091
Bug ID: 208091
Summary: net.inet.ipsec.dfbit=2 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 at FreeBSD.org
Reporter: aigars at ugunssiena.lv
sys/netipsec/ipsec_output.c line 483:
setdf = ntohs(ip->ip_off & IP_DF);
Should be:
setdf = ntohs(ip->ip_off) & IP_DF;
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list