summaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/openvswitch/datapath.c')
-rw-r--r--net/openvswitch/datapath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/datapath.c b/net/openvswitch/datapath.c
index dde9d762edee..f30e406fbec5 100644
--- a/net/openvswitch/datapath.c
+++ b/net/openvswitch/datapath.c
@@ -2294,7 +2294,7 @@ static const struct nla_policy vport_policy[OVS_VPORT_ATTR_MAX + 1] = {
2294 [OVS_VPORT_ATTR_STATS] = { .len = sizeof(struct ovs_vport_stats) }, 2294 [OVS_VPORT_ATTR_STATS] = { .len = sizeof(struct ovs_vport_stats) },
2295 [OVS_VPORT_ATTR_PORT_NO] = { .type = NLA_U32 }, 2295 [OVS_VPORT_ATTR_PORT_NO] = { .type = NLA_U32 },
2296 [OVS_VPORT_ATTR_TYPE] = { .type = NLA_U32 }, 2296 [OVS_VPORT_ATTR_TYPE] = { .type = NLA_U32 },
2297 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_U32 }, 2297 [OVS_VPORT_ATTR_UPCALL_PID] = { .type = NLA_UNSPEC },
2298 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED }, 2298 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },
2299 [OVS_VPORT_ATTR_IFINDEX] = { .type = NLA_U32 }, 2299 [OVS_VPORT_ATTR_IFINDEX] = { .type = NLA_U32 },
2300 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 }, 2300 [OVS_VPORT_ATTR_NETNSID] = { .type = NLA_S32 },