mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
mpls: rtm_mpls_policy[] can be static
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c473463ca7
commit
f0126539c7
@ -216,7 +216,7 @@ static struct packet_type mpls_packet_type __read_mostly = {
|
||||
.func = mpls_forward,
|
||||
};
|
||||
|
||||
const struct nla_policy rtm_mpls_policy[RTA_MAX+1] = {
|
||||
static const struct nla_policy rtm_mpls_policy[RTA_MAX+1] = {
|
||||
[RTA_DST] = { .type = NLA_U32 },
|
||||
[RTA_OIF] = { .type = NLA_U32 },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user