Commit b0d30f7f authored by Stephen Hemminger's avatar Stephen Hemminger

rt_names can't be const

Needs to be built at runtime.
parent b00daf6a
......@@ -196,7 +196,7 @@ int rtnl_rtprot_a2n(__u32 *id, const char *arg)
return 0;
}
static const char * rtnl_rtscope_tab[256] = {
static char * rtnl_rtscope_tab[256] = {
"global",
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment