Needed an error code for nhg messages from the kernel.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
.suggestion =
"Check network topology to detect duplicate host IP for correctness.",
},
+ {
+ .code = EC_ZEBRA_BAD_NHG_MESSAGE,
+ .title =
+ "Bad Nexthop Group Message",
+ .description =
+ "Zebra received Nexthop Group message from the kernel that it cannot process.",
+ .suggestion =
+ "Check the kernel's link states and routing table to see how it matches ours."
+ },
{
.code = END_FERR,
}
EC_ZEBRA_DUP_MAC_DETECTED,
EC_ZEBRA_DUP_IP_INHERIT_DETECTED,
EC_ZEBRA_DUP_IP_DETECTED,
+ EC_ZEBRA_BAD_NHG_MESSAGE,
};
void zebra_error_init(void);