X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Facl_ethertype.cpp;h=81ed7a28a7ac2a47ba123e8df5dd3adb11740c2e;hb=420c6bf1a751ad117131ac4148f6950133e44d80;hp=9092517194e4a610793e501f7dd53ca0cfa8b56b;hpb=4270808205d56f78dcd5a293b72a45840dbaf34b;p=vpp.git diff --git a/extras/vom/vom/acl_ethertype.cpp b/extras/vom/vom/acl_ethertype.cpp index 9092517194e..81ed7a28a7a 100644 --- a/extras/vom/vom/acl_ethertype.cpp +++ b/extras/vom/vom/acl_ethertype.cpp @@ -225,6 +225,8 @@ acl_ethertype::event_handler::handle_populate(const client_db::key_t& key) VOM_LOG(log_level_t::DEBUG) << "ethertype dump: " << a_e.to_string(); OM::commit(key, a_e); } + } else { + VOM_LOG(log_level_t::ERROR) << "no interface:" << payload.sw_if_index; } } }