]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r330792:
authorae <ae@FreeBSD.org>
Mon, 19 Mar 2018 09:52:16 +0000 (09:52 +0000)
committerae <ae@FreeBSD.org>
Mon, 19 Mar 2018 09:52:16 +0000 (09:52 +0000)
commit0f44f2404bebf6380b7b8345f7882e948c7db454
tree775329013687ec8ccace8aff28b041d0416d6700
parentd842ea309e30f46bd9400e2859fb60162ee8aae7
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
sbin/ipfw/ipfw.8
sys/netpfil/ipfw/ip_fw2.c