summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/types.hpp
diff options
context:
space:
mode:
authorNeale Ranns <neale.ranns@cisco.com>2017-12-20 08:49:51 -0800
committerNeale Ranns <neale.ranns@cisco.com>2018-01-02 00:47:16 -0800
commit041fa507c085010d55d18088321faa64d345bb88 (patch)
tree86de7e132d5052bf4ddd6c302502797c05bd2cf2 /src/vpp-api/vom/types.hpp
parentb795bd0c5cadfc6734ee8b2355cbc3965be0a1c1 (diff)
VOM: NAT updates
Change-Id: I112afaa1f2ccd2ee62a436c73802afaea9b44779 Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/types.hpp')
-rw-r--r--src/vpp-api/vom/types.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vpp-api/vom/types.hpp b/src/vpp-api/vom/types.hpp
index 839b29a9702..61a25e71cb8 100644
--- a/src/vpp-api/vom/types.hpp
+++ b/src/vpp-api/vom/types.hpp
@@ -154,6 +154,11 @@ struct direction_t : public enum_base<direction_t>
};
/**
+ * Output ostream for direction_t
+ */
+std::ostream& operator<<(std::ostream& os, const direction_t& dir);
+
+/**
* A type declaration of an interface handle in VPP
*/
struct handle_t