mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 12:22:47 +00:00
ospf6d: Fix redistribution debug knowledge
When redistributing into ospfv3 specify that the route is add or delete correctly. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ae9b0e11f6
commit
09b3c32838
@ -289,7 +289,7 @@ ospf6_zebra_read_ipv6 (int command, struct zclient *zclient,
|
||||
snprintf (nexthopstr, sizeof (nexthopstr), "::");
|
||||
|
||||
zlog_debug ("Zebra Receive route %s: %s %s nexthop %s ifindex %ld tag %"ROUTE_TAG_PRI,
|
||||
(command == ZEBRA_IPV6_ROUTE_ADD ? "add" : "delete"),
|
||||
(command == ZEBRA_REDISTRIBUTE_IPV6_ADD ? "add" : "delete"),
|
||||
zebra_route_string(api.type), prefixstr, nexthopstr, ifindex, api.tag);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user