Re: [PATCH net] openvswitch: Fix IPv6 later frags parsing

2019-01-04 Thread David Miller
From: Yi-Hung Wei Date: Thu, 3 Jan 2019 09:51:57 -0800 > The previous commit fa642f08839b > ("openvswitch: Derive IP protocol number for IPv6 later frags") > introduces IP protocol number parsing for IPv6 later frags that can mess > up the network header length calculation logic, i.e. nh_len < 0

[PATCH net] openvswitch: Fix IPv6 later frags parsing

2019-01-03 Thread Yi-Hung Wei
The previous commit fa642f08839b ("openvswitch: Derive IP protocol number for IPv6 later frags") introduces IP protocol number parsing for IPv6 later frags that can mess up the network header length calculation logic, i.e. nh_len < 0. However, the network header length calculation is mainly for der