diff options
-rw-r--r-- | include/linux/openvswitch.h | 2 |
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 { | |||
94 | }; | 94 | }; |
95 | 95 | ||
96 | /* Fixed logical ports. */ | 96 | /* Fixed logical ports. */ |
97 | #define OVSP_LOCAL ((__u16)0) | 97 | #define OVSP_LOCAL ((__u32)0) |
98 | 98 | ||
99 | /* Packet transfer. */ | 99 | /* Packet transfer. */ |
100 | 100 | ||