mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
ospfd: fixup log message in ospf_zebra_delete
Signed-off-by: Christian Franke <chris@opensourcerouting.org> Acked-by: Feng Lu <lu.feng@6wind.com>
This commit is contained in:
parent
6ee06fa9ed
commit
a25a1264a5
@ -482,7 +482,7 @@ ospf_zebra_delete (struct prefix_ipv4 *p, struct ospf_route *or)
|
|||||||
if (IS_DEBUG_OSPF (zebra, ZEBRA_REDISTRIBUTE))
|
if (IS_DEBUG_OSPF (zebra, ZEBRA_REDISTRIBUTE))
|
||||||
{
|
{
|
||||||
char buf[2][INET_ADDRSTRLEN];
|
char buf[2][INET_ADDRSTRLEN];
|
||||||
zlog_debug("Zebra: Route add %s/%d nexthop %s",
|
zlog_debug("Zebra: Route delete %s/%d nexthop %s",
|
||||||
inet_ntop(AF_INET, &p->prefix,
|
inet_ntop(AF_INET, &p->prefix,
|
||||||
buf[0], sizeof(buf[0])),
|
buf[0], sizeof(buf[0])),
|
||||||
p->prefixlen,
|
p->prefixlen,
|
||||||
|
Loading…
Reference in New Issue
Block a user