aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/acl_ethertype.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/acl_ethertype.cpp')
-rw-r--r--extras/vom/vom/acl_ethertype.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}
}
}