meta-flow: Correctly set destination MAC in mf_set_flow_value().
[openvswitch] / lib / vlan-bitmap.h
index 092c2ca87a00dc90e235572c4fac8cee9e2fa1eb..fed0ba197ab74cb69748f8b9e8d10c24eafefc5e 100644 (file)
@@ -28,6 +28,9 @@
  * This is empirically a useful data structure. */
 
 unsigned long *vlan_bitmap_from_array(const int64_t *vlans, size_t n_vlans);
+int vlan_bitmap_from_array__(const int64_t *vlans, size_t n_vlans,
+                             unsigned long int *b);
+
 bool vlan_bitmap_equal(const unsigned long *a, const unsigned long *b);
 
 /* Returns a new copy of 'vlans'. */