datapath: Hash and compare only the part of sw_flow_key actually used.
[openvswitch] / lib / netdev-vport.c
index e11cb2a8d685156d4757a38d4e8e07a14beeb21f..3067323671a1a7e87cd286214a385da56143c8f3 100644 (file)
@@ -555,7 +555,7 @@ static const char *
 netdev_vport_get_tnl_iface(const struct netdev *netdev)
 {
     struct nlattr *a[ODP_TUNNEL_ATTR_MAX + 1];
-    uint32_t route;
+    ovs_be32 route;
     struct netdev_dev_vport *ndv;
     static char name[IFNAMSIZ];