]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not try to reassemble IPv6 fragments in "reass" rule.
authorAndrey V. Elsukov <ae@FreeBSD.org>
Mon, 12 Mar 2018 09:40:46 +0000 (09:40 +0000)
committerAndrey V. Elsukov <ae@FreeBSD.org>
Mon, 12 Mar 2018 09:40:46 +0000 (09:40 +0000)
commit12c080e613746725ee37603cb3027403a3cfc810
tree81279188be30a1fc8f6dcb34a8529010884ba7d1
parent0a646b9715a67b89ff67b17b35a75dd0f88d02f2
Do not try to reassemble IPv6 fragments in "reass" rule.

ip_reass() expects IPv4 packet and will just corrupt any IPv6 packets
that it gets. Until proper IPv6 fragments handling function will be
implemented, pass IPv6 packets to next rule.

PR: 170604
MFC after: 1 week
sbin/ipfw/ipfw.8
sys/netpfil/ipfw/ip_fw2.c