zebra: Add RTM_XXXCHAIN to string outputs

Let's get some meaningful string output for when FRR receives
these messages.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2023-10-12 10:34:21 -04:00
parent 9bc4d9eaec
commit 6fe6abfd9b

View File

@ -112,6 +112,9 @@ static const struct message nlmsg_str[] = {{RTM_NEWROUTE, "RTM_NEWROUTE"},
{RTM_NEWVLAN, "RTM_NEWVLAN"},
{RTM_DELVLAN, "RTM_DELVLAN"},
{RTM_GETVLAN, "RTM_GETVLAN"},
{RTM_NEWCHAIN, "RTM_NEWCHAIN"},
{RTM_DELCHAIN, "RTM_DELCHAIN"},
{RTM_GETCHAIN, "RTM_GETCHAIN"},
{0}};
static const struct message rtproto_str[] = {