]> git.pld-linux.org Git - packages/iproute2.git/blob - iproute2-print_cache_route_entries.patch
- release 2
[packages/iproute2.git] / iproute2-print_cache_route_entries.patch
1 --- iproute2-5.10.0/ip/iproute.c.orig   2021-02-24 19:23:37.743717387 +0100
2 +++ iproute2-5.10.0/ip/iproute.c        2021-02-24 19:25:20.642365315 +0100
3 @@ -754,6 +754,9 @@
4         if (!filter_nlmsg(n, tb, host_len))
5                 return 0;
6  
7 +       if ((r->rtm_flags & RTM_F_CLONED && !filter.cloned) || (!(r->rtm_flags & RTM_F_CLONED) && filter.cloned))
8 +               return 0;
9 +
10         if (filter.flushb) {
11                 struct nlmsghdr *fn;
12  
This page took 0.064175 seconds and 3 git commands to generate.