]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: sr: remove duplicate routing header type check
authorDavid Lebrun <dlebrun@google.com>
Sun, 10 Sep 2017 13:22:01 +0000 (14:22 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Sep 2017 21:34:10 +0000 (14:34 -0700)
commit056e9812c06774e8d408bda97d0c465a3e4704ec
treecfdb5eadb71f0983105d4d45b8b44de5f49c1db8
parent607242b3d84a22e7b284b3138dfa846f836e4966
ipv6: sr: remove duplicate routing header type check

As seg6_validate_srh() already checks that the Routing Header type is
correct, it is not necessary to do it again in get_srh().

Fixes: a4e42f45 ("ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200")
Signed-off-by: David Lebrun <dlebrun@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/seg6_local.c