Home
last modified time | relevance | path

Searched hist:fa642f08839bf2ff35b2f6c6a6c062aee8121ba8 (Results 1 – 1 of 1) sorted by relevance

/linux/net/openvswitch/
H A Dflow.cdiff fa642f08839bf2ff35b2f6c6a6c062aee8121ba8 Wed Sep 05 00:33:41 CEST 2018 Yi-Hung Wei <yihung.wei@gmail.com> 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>