[packages] quagga: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16399 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c
|
||||
index 61b2505..e766259 100644
|
||||
--- a/zebra/rt_netlink.c
|
||||
+++ b/zebra/rt_netlink.c
|
||||
@@ -487,6 +487,17 @@ netlink_interface (struct sockaddr_nl *snl, struct nlmsghdr *h)
|
||||
@@ -487,6 +487,17 @@ netlink_interface (struct sockaddr_nl *s
|
||||
/* Looking up interface name. */
|
||||
memset (tb, 0, sizeof tb);
|
||||
netlink_parse_rtattr (tb, IFLA_MAX, IFLA_RTA (ifi), len);
|
||||
@ -20,7 +18,7 @@ index 61b2505..e766259 100644
|
||||
if (tb[IFLA_IFNAME] == NULL)
|
||||
return -1;
|
||||
name = (char *) RTA_DATA (tb[IFLA_IFNAME]);
|
||||
@@ -943,6 +954,17 @@ netlink_link_change (struct sockaddr_nl *snl, struct nlmsghdr *h)
|
||||
@@ -943,6 +954,17 @@ netlink_link_change (struct sockaddr_nl
|
||||
/* Looking up interface name. */
|
||||
memset (tb, 0, sizeof tb);
|
||||
netlink_parse_rtattr (tb, IFLA_MAX, IFLA_RTA (ifi), len);
|
||||
|
Reference in New Issue
Block a user