summaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/gbp_route_domain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/gbp_route_domain.cpp')
-rw-r--r--extras/vom/vom/gbp_route_domain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/gbp_route_domain.cpp b/extras/vom/vom/gbp_route_domain.cpp
index 46208b77bf3..873cea6f0e8 100644
--- a/extras/vom/vom/gbp_route_domain.cpp
+++ b/extras/vom/vom/gbp_route_domain.cpp
@@ -141,9 +141,9 @@ gbp_route_domain::to_string() const
s << "gbp-route-domain:[" << m_rd->to_string();
if (m_ip4_uu_fwd)
- s << " v4-uu:" << m_ip4_uu_fwd->to_string();
+ s << " v4-uu:[" << m_ip4_uu_fwd->to_string() << "]";
if (m_ip6_uu_fwd)
- s << " v6-uu:" << m_ip6_uu_fwd->to_string();
+ s << " v6-uu:[" << m_ip6_uu_fwd->to_string() << "]";
s << "]";