]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 May 2014 20:50:30 +0000 (16:50 -0400)
commit2e47b291953c35afa4e20a65475954c1a1b9afe1
treee17484d3f6f9825862acf16bbddae1a1f511f716
parent2f67cc87d662e935d2cfaea5a3fb7138ac35c5de
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.

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