Merge branch 'seg6-fixes-to-Segment-Routing-in-IPv6'
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 Nov 2019 20:18:32 +0000 (12:18 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 Nov 2019 20:18:32 +0000 (12:18 -0800)
commite84fa0aebf33e776afab72d2008ac1524c38f7d9
treeb7940fb6c9d432b945c6d5ec77bc8facc0900978
parentacb9bdc1482280b0164d638ecd416eff6f694e9c
parentc71644d00f9fdd87e5d54fdd388ba899ae3852fa
Merge branch 'seg6-fixes-to-Segment-Routing-in-IPv6'

Andrea Mayer says:

====================
seg6: fixes to Segment Routing in IPv6

This patchset is divided in 2 patches and it introduces some fixes
to Segment Routing in IPv6, which are:

- in function get_srh() fix the srh pointer after calling
  pskb_may_pull();

- fix the skb->transport_header after calling decap_and_validate()
  function;

Any comments on the patchset are welcome.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>