X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_route_domain.cpp;h=873cea6f0e885849fc146e1a1f7f0df2950cb638;hb=refs%2Fchanges%2F47%2F16547%2F2;hp=46208b77bf33b84a8eff89f9524b6896be619d26;hpb=f34597fc86c64d054073bf614761beea020c2244;p=vpp.git 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 << "]";