vom: acl: Fix l3 acl handle populate
[vpp.git] / src / vpp-api / vom / types.cpp
index 9df5314..4f88846 100644 (file)
@@ -94,6 +94,12 @@ handle_t::value() const
   return (m_value);
 }
 
+void
+handle_t::reset()
+{
+  m_value = ~0;
+}
+
 std::ostream&
 operator<<(std::ostream& os, const handle_t& h)
 {