mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
ospf6d: Log messages cannot have newlines
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
83caa5e5c1
commit
e2874251ed
@ -651,7 +651,7 @@ bool ospf6_router_id_update(struct ospf6 *ospf6, bool init)
|
|||||||
for (ALL_LIST_ELEMENTS_RO(ospf6->area_list, node, oa)) {
|
for (ALL_LIST_ELEMENTS_RO(ospf6->area_list, node, oa)) {
|
||||||
if (oa->full_nbrs) {
|
if (oa->full_nbrs) {
|
||||||
zlog_err(
|
zlog_err(
|
||||||
"%s: cannot update router-id. Run the \"clear ipv6 ospf6 process\" command\n",
|
"%s: cannot update router-id. Run the \"clear ipv6 ospf6 process\" command",
|
||||||
__func__);
|
__func__);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user