From 4c171836e1a1001d4ba7f1364c50f3f44622d9c9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 14 Oct 2008 14:34:00 +0200 Subject: [PATCH] Disable link attribute parsing for now --- src/rtnl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rtnl.c b/src/rtnl.c index 3385017..5c88cd4 100644 --- a/src/rtnl.c +++ b/src/rtnl.c @@ -158,6 +158,7 @@ static inline void print_attr(struct rtattr *attr, const char *name) static void rtnl_link(struct nlmsghdr *hdr) { +#if 0 struct ifinfomsg *msg; struct rtattr *attr; int bytes; @@ -226,6 +227,7 @@ static void rtnl_link(struct nlmsghdr *hdr) break; } } +#endif } static void rtnl_newlink(struct nlmsghdr *hdr) -- 1.7.9.5