Disable link attribute parsing for now
authorMarcel Holtmann <marcel@holtmann.org>
Tue, 14 Oct 2008 12:34:00 +0000 (14:34 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 14 Oct 2008 12:34:00 +0000 (14:34 +0200)
src/rtnl.c

index 3385017..5c88cd4 100644 (file)
@@ -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)