[zebra/cleanup] make message table read only

This commit is contained in:
Stephen Hemminger 2009-05-15 10:47:04 -07:00 committed by Paul Jakma
parent 7ba82f70dd
commit ce0db9cb11

View File

@ -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"},