提交 1a4e96a0 编写于 作者: J Jarno Rajahalme 提交者: Pravin B Shelar

openvswitch: Fix the type of struct ovs_key_nd nd_target field.

Should be the same as other IPv6 address fields.

Current master produces sparse warnings without this change.
Signed-off-by: NJarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: NPravin B Shelar <pshelar@nicira.com>
上级 e1f9c356
...@@ -400,9 +400,9 @@ struct ovs_key_arp { ...@@ -400,9 +400,9 @@ struct ovs_key_arp {
}; };
struct ovs_key_nd { struct ovs_key_nd {
__u32 nd_target[4]; __be32 nd_target[4];
__u8 nd_sll[ETH_ALEN]; __u8 nd_sll[ETH_ALEN];
__u8 nd_tll[ETH_ALEN]; __u8 nd_tll[ETH_ALEN];
}; };
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册