]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Change wording in duplicate error message
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 13 Mar 2019 14:26:30 +0000 (10:26 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:38 +0000 (11:13 -0400)
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>
zebra/zebra_nhg.c

index 1ddfcc74560c562994fa7f24061645fbdd76f839..7800ecd2598c2f084d8620e90acd0c26b661a739 100644 (file)
@@ -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;
                }