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