summaryrefslogtreecommitdiffstats
path: root/LICENSES
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>2018-03-29 11:02:24 +0200
committerDavid S. Miller <davem@davemloft.net>2018-03-30 12:20:52 -0400
commit428604fb118facce1309670779a35baf27ad044c (patch)
tree221bdc475ea73f115318fe02f852f195b75f055c /LICENSES
parentd162190bded8b3f635d1ba1e27e63d1b4a720ba8 (diff)
downloadlinux-stable-428604fb118facce1309670779a35baf27ad044c.tar.gz
linux-stable-428604fb118facce1309670779a35baf27ad044c.tar.bz2
linux-stable-428604fb118facce1309670779a35baf27ad044c.zip
ipv6: do not set routes if disable_ipv6 has been enabled
Do not allow setting ipv6 routes from userspace if disable_ipv6 has been enabled. The issue can be triggered using the following reproducer: - sysctl net.ipv6.conf.all.disable_ipv6=1 - ip -6 route add a:b:c:d::/64 dev em1 - ip -6 route show a:b:c:d::/64 dev em1 metric 1024 pref medium Fix it checking disable_ipv6 value in ip6_route_info_create routine Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions