From: hasso Date: Sat, 9 Apr 2005 16:59:28 +0000 (+0000) Subject: * rt_netlink.c: One tiny missing comma caused pointless debug messages X-Git-Tag: frr-2.0-rc1~3088 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=fa59980fc8a5d06f590d16288b82361ece9c5652;p=matthieu%2Ffrr.git * rt_netlink.c: One tiny missing comma caused pointless debug messages about IPv6 nexthops. --- diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 8c6f348c9b..87278b0437 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,8 @@ +2005-04-09 Hasso Tepper + + * rt_netlink.c: One tiny missing comma caused pointless debug messages + about IPv6 nexthops. + 2005-04-09 Hasso Tepper * rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 830eb43052..22908730c5 100644 --- a/zebra/rt_netlink.c +++ b/zebra/rt_netlink.c @@ -73,7 +73,7 @@ const char *nexthop_types_desc[] = "IPv4 nexthop", "IPv4 nexthop with ifindex", "IPv4 nexthop with ifname", - "IPv6 nexthop" + "IPv6 nexthop", "IPv6 nexthop with ifindex", "IPv6 nexthop with ifname", "Null0 nexthop",