summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/prefix.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/prefix.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/prefix.hpp')
-rw-r--r--src/vpp-api/vom/prefix.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vpp-api/vom/prefix.hpp b/src/vpp-api/vom/prefix.hpp
index e395e1760ca..25b188ff86c 100644
--- a/src/vpp-api/vom/prefix.hpp
+++ b/src/vpp-api/vom/prefix.hpp
@@ -49,6 +49,11 @@ private:
};
/**
+ * Ostream output for l3_proto_t
+ */
+std::ostream& operator<<(std::ostream& os, const l3_proto_t& l3p);
+
+/**
* A next-hop protocol describes the protocol of a peer to which packets
* are sent after matching a route.
*/