]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r330792:
authorae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 19 Mar 2018 09:54:16 +0000 (09:54 +0000)
committerae <ae@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 19 Mar 2018 09:54:16 +0000 (09:54 +0000)
commit18d49fe1a85c0ff7a5e024b3e6f4b326b5d1936b
tree786bc00b16539c50edb619f6e66345da01a1c44c
parent201759dd36a6b7d721991f4be0f39e1495d4b0b7
MFC r330792:
  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

git-svn-id: svn://svn.freebsd.org/base/stable/10@331202 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/ipfw/ipfw.8
sys/netpfil/ipfw/ip_fw2.c