commit | 33e34e735fd4227b49735f1fc059dc9646abd1c6 | [log] [tgz] |
---|---|---|
author | David Lebrun <dlebrun@google.com> | Sun Sep 10 14:22:01 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 11 14:34:10 2017 -0700 |
tree | cfdb5eadb71f0983105d4d45b8b44de5f49c1db8 | |
parent | 96c5508e3012ed0984ab93821d64ac1ff3279c09 [diff] |
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: 5829d70b ("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>