OFP_BSN_VRF_ALL should be 32 bits in length.
diff --git a/openflow_input/bsn_vrf_counter b/openflow_input/bsn_vrf_counter
index 538a62f..a3a25fa 100644
--- a/openflow_input/bsn_vrf_counter
+++ b/openflow_input/bsn_vrf_counter
@@ -31,7 +31,7 @@
 #version 4
 
 enum ofp_bsn_vrf_counter_constants {
-    OFP_BSN_VRF_ALL = 0xffff,
+    OFP_BSN_VRF_ALL = 0xffffffff,
 };
 
 enum of_bsn_vrf_counter_t(wire_type=uint8_t, complete=False) {