mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-06 23:18:50 +00:00
rt_names can't be const
Needs to be built at runtime.
This commit is contained in:
parent
b00daf6a83
commit
b0d30f7f3f
@ -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",
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user