summaryrefslogtreecommitdiff
path: root/zebra/rt_netlink.c
diff options
context:
space:
mode:
authorhasso <hasso>2005-04-09 16:59:28 +0000
committerhasso <hasso>2005-04-09 16:59:28 +0000
commitfa59980fc8a5d06f590d16288b82361ece9c5652 (patch)
tree39f751985a3728b371744022d9df82514f1d0cb5 /zebra/rt_netlink.c
parent206d8055fc67af4e5dc955f0fdd0bf52b58260ce (diff)
* rt_netlink.c: One tiny missing comma caused pointless debug messages
about IPv6 nexthops.
Diffstat (limited to 'zebra/rt_netlink.c')
-rw-r--r--zebra/rt_netlink.c2
1 files changed, 1 insertions, 1 deletions
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",