The following reply was made to PR kern/186755; it has been noted by GNATS.
From: Nicolas DEFFAYET <nico...@deffayet.com> To: bug-follo...@freebsd.org, b...@desync.com, an...@freebsd.org Cc: Subject: Re: kern/186755: ipsec tunnels don't work with pf or ipfw Date: Sun, 23 Feb 2014 14:34:00 +0100 After very long testing, i have discovered the route cause. The revision 254519 break the firewall with IPsec. http://svnweb.freebsd.org/base?view=revision&revision=254519 "Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specific flag instead. The flag is only used within the IP and IPv6 layer 3 protocols. Because some firewall packages treat IPv4 and IPv6 packets the same the flag should have the same value for both." It seem that some code doesn't have been updated for allow firewall to work with IPsec. -- Nicolas DEFFAYET _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"