include/linux/openvswitch.h: Make OVSP_LOCAL 32-bit.
[sliver-openvswitch.git] / include / linux / openvswitch.h
index 56b9785..5e32965 100644 (file)
@@ -115,7 +115,7 @@ struct ovs_vport_stats {
 };
 
 /* Fixed logical ports. */
-#define OVSP_LOCAL      ((__u16)0)
+#define OVSP_LOCAL      ((__u32)0)
 
 /* Packet transfer. */