X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_contract_cmds.cpp;fp=extras%2Fvom%2Fvom%2Fgbp_contract_cmds.cpp;h=5cdd885f304447475c4449ead188c8d47e9f4c22;hb=dc8d93b02949f508d5eed312a51aa91102224b39;hp=7c42fc6bc4e544c9e3c73c3c546982477b6d50fe;hpb=35ac601e25ee79f08c0d9611508148cd8aeb2486;p=vpp.git diff --git a/extras/vom/vom/gbp_contract_cmds.cpp b/extras/vom/vom/gbp_contract_cmds.cpp index 7c42fc6bc4e..5cdd885f304 100644 --- a/extras/vom/vom/gbp_contract_cmds.cpp +++ b/extras/vom/vom/gbp_contract_cmds.cpp @@ -114,6 +114,10 @@ create_cmd::to_string() const s << "gbp-contract-create: " << m_hw_item.to_string() << " src-epg-id:" << m_src_epg_id << " dst-epg-id:" << m_dst_epg_id << " acl:" << m_acl; + s << "[ethertype:"; + for (auto e : m_allowed_ethertypes) + s << " " << e; + s << "]"; return (s.str()); }