]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - bridge/br_common.h
libnetlink: Convert GETMDB dumps to use rtnl_mdbdump_req
[mirror_iproute2.git] / bridge / br_common.h
index 7bf15e9548fcfc498b0a8257e7b6ff86e7bc0604..00a4e9ea125deadc93a93e1286bdabd59359004e 100644 (file)
@@ -6,10 +6,9 @@
 #define MDB_RTR_RTA(r) \
                ((struct rtattr *)(((char *)(r)) + RTA_ALIGN(sizeof(__u32))))
 
-void print_vlan_info(FILE *fp, struct rtattr *tb);
+void print_vlan_info(struct rtattr *tb, int ifindex);
 int print_linkinfo(const struct sockaddr_nl *who,
-                         struct nlmsghdr *n,
-                         void *arg);
+                  struct nlmsghdr *n, void *arg);
 int print_fdb(const struct sockaddr_nl *who,
                     struct nlmsghdr *n, void *arg);
 int print_mdb(const struct sockaddr_nl *who,