aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/uapi/linux/openvswitch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux/openvswitch.h
index 631056b66f80..26c36c4cf7e2 100644
--- a/include/uapi/linux/openvswitch.h
+++ b/include/uapi/linux/openvswitch.h
@@ -400,9 +400,9 @@ struct ovs_key_arp {
400}; 400};
401 401
402struct ovs_key_nd { 402struct ovs_key_nd {
403 __u32 nd_target[4]; 403 __be32 nd_target[4];
404 __u8 nd_sll[ETH_ALEN]; 404 __u8 nd_sll[ETH_ALEN];
405 __u8 nd_tll[ETH_ALEN]; 405 __u8 nd_tll[ETH_ALEN];
406}; 406};
407 407
408/** 408/**