quagga: Update to 0.99.22.4

Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
This commit is contained in:
Christoph König 2014-09-03 19:05:24 +02:00
parent 2db474d808
commit 3d65bb5f3a
2 changed files with 6 additions and 6 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=quagga
PKG_VERSION:=0.99.22.3
PKG_VERSION:=0.99.22.4
PKG_RELEASE:=1
PKG_MD5SUM:=1467b6828842af59b31252515729bb09
PKG_MD5SUM:=03ef24a448be47beba80efa2152f8a28
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/quagga/
PKG_CONFIG_DEPENDS:= \
CONFIG_IPV6 \

View File

@ -205,7 +205,7 @@
{
time_t uptime;
struct tm *tm;
@@ -777,7 +780,10 @@ vty_show_ip_route (struct vty *vty, stru
@@ -784,7 +787,10 @@ vty_show_ip_route (struct vty *vty, stru
|| rib->type == ZEBRA_ROUTE_OSPF
|| rib->type == ZEBRA_ROUTE_BABEL
|| rib->type == ZEBRA_ROUTE_ISIS
@ -217,7 +217,7 @@
{
time_t uptime;
struct tm *tm;
@@ -1570,7 +1576,10 @@ vty_show_ipv6_route_detail (struct vty *
@@ -1577,7 +1583,10 @@ vty_show_ipv6_route_detail (struct vty *
|| rib->type == ZEBRA_ROUTE_OSPF6
|| rib->type == ZEBRA_ROUTE_BABEL
|| rib->type == ZEBRA_ROUTE_ISIS
@ -229,7 +229,7 @@
{
time_t uptime;
struct tm *tm;
@@ -1750,7 +1759,10 @@ vty_show_ipv6_route (struct vty *vty, st
@@ -1757,7 +1766,10 @@ vty_show_ipv6_route (struct vty *vty, st
|| rib->type == ZEBRA_ROUTE_OSPF6
|| rib->type == ZEBRA_ROUTE_BABEL
|| rib->type == ZEBRA_ROUTE_ISIS