]> git.proxmox.com Git - mirror_frr.git/commitdiff
* rt_netlink.c: One tiny missing comma caused pointless debug messages
authorhasso <hasso>
Sat, 9 Apr 2005 16:59:28 +0000 (16:59 +0000)
committerhasso <hasso>
Sat, 9 Apr 2005 16:59:28 +0000 (16:59 +0000)
  about IPv6 nexthops.

zebra/ChangeLog
zebra/rt_netlink.c

index 8c6f348c9b9860a978a89305007ca9b8675f2c0b..87278b0437bdb310113559d93f4e3ae2581bd3d9 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-09 Hasso Tepper <hasso at quagga.net>
+
+       * rt_netlink.c: One tiny missing comma caused pointless debug messages
+         about IPv6 nexthops.
+
 2005-04-09 Hasso Tepper <hasso at quagga.net>
 
        * rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
index 830eb430523f9b90be3e5ddcc2ebf2fca15a441a..22908730c54c0dca13cf60b707e90bc04d32a80a 100644 (file)
@@ -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",