mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 23:38:55 +00:00
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:
parent
9bc4d9eaec
commit
6fe6abfd9b
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user