aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/openvswitch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h
index ffe397daad49..501e4c4e2a03 100644
--- a/include/uapi/linux/openvswitch.h
+++ b/include/uapi/linux/openvswitch.h
@@ -258,6 +258,8 @@ enum ovs_vport_attr {
258 /* receiving upcalls */ 258 /* receiving upcalls */
259 OVS_VPORT_ATTR_STATS, /* struct ovs_vport_stats */ 259 OVS_VPORT_ATTR_STATS, /* struct ovs_vport_stats */
260 OVS_VPORT_ATTR_PAD, 260 OVS_VPORT_ATTR_PAD,
261 OVS_VPORT_ATTR_IFINDEX,
262 OVS_VPORT_ATTR_NETNSID,
261 __OVS_VPORT_ATTR_MAX 263 __OVS_VPORT_ATTR_MAX
262}; 264};
263 265