X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Fgbp_bridge_domain.cpp;h=03be83ddb9f92838480261d2b4ce0c42da4353d1;hb=420c6bf1a751ad117131ac4148f6950133e44d80;hp=d9ea4876a656e6dc2a029a0dffb842f0a890f874;hpb=4270808205d56f78dcd5a293b72a45840dbaf34b;p=vpp.git diff --git a/extras/vom/vom/gbp_bridge_domain.cpp b/extras/vom/vom/gbp_bridge_domain.cpp index d9ea4876a65..03be83ddb9f 100644 --- a/extras/vom/vom/gbp_bridge_domain.cpp +++ b/extras/vom/vom/gbp_bridge_domain.cpp @@ -207,7 +207,7 @@ void gbp_bridge_domain::event_handler::handle_populate(const client_db::key_t& key) { /* - * dump VPP Bridge domains + * dump GBP Bridge domains */ std::shared_ptr cmd = std::make_shared(); @@ -231,6 +231,10 @@ gbp_bridge_domain::event_handler::handle_populate(const client_db::key_t& key) gbp_bridge_domain bd(payload.bd.bd_id, *bvi); OM::commit(key, bd); VOM_LOG(log_level_t::DEBUG) << "dump: " << bd.to_string(); + } else { + VOM_LOG(log_level_t::ERROR) + << "no BVI:" << payload.bd.bvi_sw_if_index + << " nor uu-fwd:" << payload.bd.uu_fwd_sw_if_index; } } } @@ -250,7 +254,7 @@ gbp_bridge_domain::event_handler::handle_replay() dependency_t gbp_bridge_domain::event_handler::order() const { - return (dependency_t::TABLE); + return (dependency_t::VIRTUAL_TABLE); } void