Implement new "learn" action.
[sliver-openvswitch.git] / lib / util.h
index 5c8618d..5ae0775 100644 (file)
@@ -197,6 +197,9 @@ void ignore(bool x OVS_UNUSED);
 int log_2_floor(uint32_t);
 int ctz(uint32_t);
 
+bool is_all_zeros(const uint8_t *, size_t);
+bool is_all_ones(const uint8_t *, size_t);
+
 #ifdef  __cplusplus
 }
 #endif