提交 9807a54c 编写于 作者: J Jarno Rajahalme 提交者: Jesse Gross

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: NJarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: NJesse Gross <jesse@nicira.com>
上级 03599c94
......@@ -94,7 +94,7 @@ struct ovs_vport_stats {
};
/* Fixed logical ports. */
#define OVSP_LOCAL ((__u16)0)
#define OVSP_LOCAL ((__u32)0)
/* Packet transfer. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
新手
引导
客服 返回
顶部