summaryrefslogtreecommitdiffstats
path: root/include/linux/openvswitch.h
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno.rajahalme@nsn.com>2013-01-07 09:54:31 -0800
committerJesse Gross <jesse@nicira.com>2013-01-07 09:54:31 -0800
commit9807a54cd74149988f5d20088bf7a7957c205bfb (patch)
treef1446b05aa5e0ba8f0c9a30a0169ddd5f54931ee /include/linux/openvswitch.h
parent03599c94111bdac92fb5a70d592f5382b6fda75f (diff)
downloadlinux-9807a54cd74149988f5d20088bf7a7957c205bfb.tar.gz
linux-9807a54cd74149988f5d20088bf7a7957c205bfb.tar.xz
linux/openvswitch.h: Make OVSP_LOCAL 32-bit.
OVS ports are now 32-bit, so OVSP_LOCAL should be too. (Internally, kernel module still keeps port numbers 16-bit, though.) Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'include/linux/openvswitch.h')
-rw-r--r--include/linux/openvswitch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/openvswitch.h b/include/linux/openvswitch.h
index d42e174bd0c8..99e6414a40d9 100644
--- a/include/linux/openvswitch.h
+++ b/include/linux/openvswitch.h
@@ -94,7 +94,7 @@ struct ovs_vport_stats {
};
/* Fixed logical ports. */
-#define OVSP_LOCAL ((__u16)0)
+#define OVSP_LOCAL ((__u32)0)
/* Packet transfer. */