]> git.baikalelectronics.ru Git - kernel.git/commit
openvswitch: Derive IP protocol number for IPv6 later frags
authorYi-Hung Wei <yihung.wei@gmail.com>
Tue, 4 Sep 2018 22:33:41 +0000 (15:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Sep 2018 04:47:49 +0000 (21:47 -0700)
commit0d63446da3ca0f08e19fce4920bdf9b658770ed8
tree614f8e78c4ee31a3d26a5a7a545a0df7977fc863
parent688a79607d16f313559229f5eebd7b99c480cfb4
openvswitch: Derive IP protocol number for IPv6 later frags

Currently, OVS only parses the IP protocol number for the first
IPv6 fragment, but sets the IP protocol number for the later fragments
to be NEXTHDF_FRAGMENT.  This patch tries to derive the IP protocol
number for the IPV6 later frags so that we can match that.

Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Acked-by: Pravin B Shelar <pshelar@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/flow.c