mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 09:30:30 +00:00
* rt_netlink.c: One tiny missing comma caused pointless debug messages
about IPv6 nexthops.
This commit is contained in:
parent
206d8055fc
commit
fa59980fc8
@ -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>
|
2005-04-09 Hasso Tepper <hasso at quagga.net>
|
||||||
|
|
||||||
* rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
|
* rt_netlink.c (netlink_parse_info): Fix warning. It's safe to cast
|
||||||
|
@ -73,7 +73,7 @@ const char *nexthop_types_desc[] =
|
|||||||
"IPv4 nexthop",
|
"IPv4 nexthop",
|
||||||
"IPv4 nexthop with ifindex",
|
"IPv4 nexthop with ifindex",
|
||||||
"IPv4 nexthop with ifname",
|
"IPv4 nexthop with ifname",
|
||||||
"IPv6 nexthop"
|
"IPv6 nexthop",
|
||||||
"IPv6 nexthop with ifindex",
|
"IPv6 nexthop with ifindex",
|
||||||
"IPv6 nexthop with ifname",
|
"IPv6 nexthop with ifname",
|
||||||
"Null0 nexthop",
|
"Null0 nexthop",
|
||||||
|
Loading…
Reference in New Issue
Block a user