From fa59980fc8a5d06f590d16288b82361ece9c5652 Mon Sep 17 00:00:00 2001 From: hasso Date: Sat, 9 Apr 2005 16:59:28 +0000 Subject: * rt_netlink.c: One tiny missing comma caused pointless debug messages about IPv6 nexthops. --- zebra/rt_netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/rt_netlink.c') diff --git a/zebra/rt_netlink.c b/zebra/rt_netlink.c index 830eb430..22908730 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", -- cgit v1.2.1