]> git.pld-linux.org Git - packages/iproute2.git/blame - iproute2-ip_route_get.patch
- updated to 4.17.0
[packages/iproute2.git] / iproute2-ip_route_get.patch
CommitLineData
33826d1b
JB
1--- iproute2-4.17.0.org/ip/iproute.c 2010-08-04 17:45:59.000000000 +0000
2+++ iproute2-4.17.0/ip/iproute.c 2010-08-25 12:57:40.000000000 +0000
4aef8b9f 3@@ -160,7 +160,7 @@
4 if (r->rtm_family == AF_INET6 && table != RT_TABLE_MAIN)
5 ip6_multiple_tables = 1;
6
33826d1b
JB
7- if (filter.cloned == !(r->rtm_flags & RTM_F_CLONED))
8+ if (filter.cloned && !(r->rtm_flags & RTM_F_CLONED))
4aef8b9f 9 return 0;
10
11 if (r->rtm_family == AF_INET6 && !ip6_multiple_tables) {
This page took 0.030473 seconds and 4 git commands to generate.