From ba57ffc48d3a97421c8358947bc8cf9f2e7ff7c6 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Sat, 3 Apr 2010 13:25:37 +0200 Subject: revert abcaad6b65ed368c13c353ed71619332f76d9c2a it's deeply broken 8-) --- examples/rtnl-link-dump.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples/rtnl-link-dump.c') diff --git a/examples/rtnl-link-dump.c b/examples/rtnl-link-dump.c index cc3fdf7..7cf061d 100644 --- a/examples/rtnl-link-dump.c +++ b/examples/rtnl-link-dump.c @@ -14,10 +14,6 @@ static int data_cb(const struct nlmsghdr *nlh, void *data) int len = mnl_nlmsg_get_len(nlh); struct nlattr *attr; - /* this does not come from the kernel. */ - if (nlh->nlmsg_pid != 0) - return MNL_CB_OK; - printf("index=%d type=%d flags=%d family=%d ", ifm->ifi_index, ifm->ifi_type, ifm->ifi_flags, ifm->ifi_family); -- cgit v1.2.3