net: ipv6: make "ip -6 route get mark xyz" work.
authorLorenzo Colitti <lorenzo@google.com>
Thu, 15 May 2014 23:38:41 +0000 (16:38 -0700)
committerDanny Wood <danwood76@gmail.com>
Tue, 28 Jul 2020 08:47:01 +0000 (09:47 +0100)
commit5fdb0d3818f4a1e88cccaf6c81c423b9445b486b
tree0bb36c795363b34b39ce3009719894f8efe893d6
parentc9beb2465b9ba949bcdd94e1d8412d0a1acd4bba
net: ipv6: make "ip -6 route get mark xyz" work.

Currently, "ip -6 route get mark xyz" ignores the mark passed in
by userspace. Make it honour the mark, just like IPv4 does.

[net-next commit 2e47b291953c35afa4e20a65475954c1a1b9afe1]

Change-Id: Idaae7338506d1785a80159bfe4f0cc3c2a9b6827
Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c