mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 21:45:52 +00:00
zebra: Change wording in duplicate error message
Changed to the wording in the duplicate error message since its techincally possible we get could try to create a dupe from somewhere else besides the kernel in the future. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
This commit is contained in:
parent
f44088c33e
commit
3514866338
@ -256,7 +256,7 @@ struct nhg_hash_entry *zebra_nhg_find(struct nexthop_group *nhg,
|
||||
*/
|
||||
flog_warn(
|
||||
EC_ZEBRA_DUPLICATE_NHG_MESSAGE,
|
||||
"Nexthop Group from kernel with ID (%d) is a duplicate, ignoring",
|
||||
"Nexthop Group from with ID (%d) is a duplicate, ignoring",
|
||||
id);
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user