VOM: NAT updates
[vpp.git] / src / vpp-api / vom / types.cpp
index cdced0f..9df5314 100644 (file)
@@ -261,8 +261,15 @@ direction_t::direction_t(int v, const std::string s)
   : enum_base(v, s)
 {
 }
+std::ostream&
+operator<<(std::ostream& os, const direction_t& dir)
+{
+  os << dir.to_string();
+  return os;
 }
 
+}; // namespace VOM
+
 /*
  * fd.io coding-style-patch-verification: ON
  *