mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
ospf6d: fix LSA name in debug message
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
4a0167fee5
commit
d6f60d2276
@ -58,7 +58,7 @@ static int ospf6_gr_lsa_originate(struct ospf6_interface *oi)
|
|||||||
char buffer[OSPF6_MAX_LSASIZE];
|
char buffer[OSPF6_MAX_LSASIZE];
|
||||||
|
|
||||||
if (IS_OSPF6_DEBUG_ORIGINATE(LINK))
|
if (IS_OSPF6_DEBUG_ORIGINATE(LINK))
|
||||||
zlog_debug("Originate Link-LSA for Interface %s",
|
zlog_debug("Originate Grace-LSA for Interface %s",
|
||||||
oi->interface->name);
|
oi->interface->name);
|
||||||
|
|
||||||
/* prepare buffer */
|
/* prepare buffer */
|
||||||
|
Loading…
Reference in New Issue
Block a user