]> git.proxmox.com Git - mirror_iproute2.git/commit
ip route: get: only set RTM_F_LOOKUP_TABLE flag for IPv4
authorJakub Kicinski <jakub.kicinski@netronome.com>
Sat, 12 Jan 2019 20:54:06 +0000 (12:54 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 22 Jan 2019 03:04:13 +0000 (16:04 +1300)
commit8513f4a92657c0418043dafd9efdaa047b7f7132
tree50d0e9d82ac0db81798f39701a9c0cc88e53fd57
parentdc0332b1e8e4ab8771562128993d512986f856e2
ip route: get: only set RTM_F_LOOKUP_TABLE flag for IPv4

Kernel ignores the RTM_F_LOOKUP_TABLE flag for all families
but IPv4.  Don't set it, otherwise it may fall foul of
strict checking policies.

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
ip/iproute.c