mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
ospfd: Fix spelling mistakes found by debian packaging
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
84b7a388c0
commit
9788354c3a
@ -731,7 +731,7 @@ static void nsm_change_state(struct ospf_neighbor *nbr, int state)
|
||||
OSPF_DD_FLAG_I | OSPF_DD_FLAG_M | OSPF_DD_FLAG_MS;
|
||||
if (CHECK_FLAG(oi->ospf->config, OSPF_LOG_ADJACENCY_DETAIL))
|
||||
zlog_info(
|
||||
"%s: Intializing [DD]: %s with seqnum:%x , flags:%x",
|
||||
"%s: Initializing [DD]: %s with seqnum:%x , flags:%x",
|
||||
(oi->ospf->name) ? oi->ospf->name
|
||||
: VRF_DEFAULT_NAME,
|
||||
inet_ntoa(nbr->router_id), nbr->dd_seqnum,
|
||||
|
Loading…
Reference in New Issue
Block a user