mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 23:42:27 +00:00
[zebra/cleanup] make message table read only
This commit is contained in:
parent
7ba82f70dd
commit
ce0db9cb11
@ -161,7 +161,7 @@ const struct message rtm_type_str[] =
|
||||
{0, NULL}
|
||||
};
|
||||
|
||||
struct message rtm_flag_str[] =
|
||||
static const struct message rtm_flag_str[] =
|
||||
{
|
||||
{RTF_UP, "UP"},
|
||||
{RTF_GATEWAY, "GATEWAY"},
|
||||
|
Loading…
Reference in New Issue
Block a user