ofproto-dpif: Get rid of OFP_VLAN_NONE pollution.
[sliver-openvswitch.git] / lib / bond.c
index e15af04..416f2b3 100644 (file)
@@ -1178,7 +1178,7 @@ bond_unixctl_hash(struct unixctl_conn *conn, const char *args_,
             return;
         }
     } else {
-        vlan = OFP_VLAN_NONE;
+        vlan = 0;
     }
 
     if (basis_s) {