| 1 | --- a/ip/iproute.c |
| 2 | +++ b/ip/iproute.c |
| 3 | @@ -1286,6 +1286,7 @@ int iproute_get(int argc, char **argv) |
| 4 | memset(&req, 0, sizeof(req)); |
| 5 | |
| 6 | iproute_reset_filter(); |
| 7 | + filter.cloned = 2; |
| 8 | |
| 9 | req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg)); |
| 10 | req.n.nlmsg_flags = NLM_F_REQUEST; |
| 11 | |