diff options
Diffstat (limited to 'src/vpp-api/vom/prefix.hpp')
-rw-r--r-- | src/vpp-api/vom/prefix.hpp | 5 |
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. */ |