diff options
author | David Ahern <dsahern@gmail.com> | 2019-02-26 09:00:02 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-10 07:17:19 +0100 |
commit | 8c0aa3f6908c400d85830bf8bce06b7abb85451f (patch) | |
tree | 47506a77b714150f8036141972821391ae63310a /net/ceph/auth_x.c | |
parent | 125bc1e67eee3dd70edc3349068bfd997a118989 (diff) | |
download | linux-stable-8c0aa3f6908c400d85830bf8bce06b7abb85451f.tar.gz linux-stable-8c0aa3f6908c400d85830bf8bce06b7abb85451f.tar.bz2 linux-stable-8c0aa3f6908c400d85830bf8bce06b7abb85451f.zip |
ipv4: Return error for RTA_VIA attribute
[ Upstream commit b6e9e5df4ecf100f6a10ab2ade8e46d47a4b9779 ]
IPv4 currently does not support nexthops outside of the AF_INET family.
Specifically, it does not handle RTA_VIA attribute. If it is passed
in a route add request, the actual route added only uses the device
which is clearly not what the user intended:
$ ip ro add 172.16.1.0/24 via inet6 2001:db8:1::1 dev eth0
$ ip ro ls
...
172.16.1.0/24 dev eth0
Catch this and fail the route add:
$ ip ro add 172.16.1.0/24 via inet6 2001:db8:1::1 dev eth0
Error: IPv4 does not support RTA_VIA attribute.
Fixes: 03c0566542f4c ("mpls: Netlink commands to add, remove, and dump routes")
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net/ceph/auth_x.c')
0 files changed, 0 insertions, 0 deletions