VOM: Additions to allow uses to UT applications that use VOM
[vpp.git] / src / vpp-api / vom / types.hpp
index ca488fe..b57867f 100644 (file)
@@ -222,6 +222,7 @@ std::ostream& operator<<(std::ostream& os, const handle_t& h);
 struct mac_address_t
 {
   mac_address_t(uint8_t bytes[6]);
+  mac_address_t(const std::string& str);
   mac_address_t(std::initializer_list<uint8_t> bytes);
   /**
    * Convert to byte array