diff options
Diffstat (limited to 'src/vpp-api/vom/acl_list.cpp')
-rw-r--r-- | src/vpp-api/vom/acl_list.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/vpp-api/vom/acl_list.cpp b/src/vpp-api/vom/acl_list.cpp index 5b03f5db021..651eb87a4a9 100644 --- a/src/vpp-api/vom/acl_list.cpp +++ b/src/vpp-api/vom/acl_list.cpp @@ -16,6 +16,7 @@ #include "vom/acl_list.hpp" #include "vom/acl_list_cmds.hpp" #include "vom/logger.hpp" +#include "vom/singular_db_funcs.hpp" namespace VOM { namespace ACL { @@ -70,6 +71,13 @@ l2_list::event_handler::handle_populate(const client_db::key_t& key) } template <> +void +l2_list::event_handler::show(std::ostream& os) +{ + db_dump(m_db, os); +} + +template <> l3_list::event_handler::event_handler() { OM::register_listener(this); @@ -130,6 +138,13 @@ l3_list::event_handler::handle_populate(const client_db::key_t& key) template <> void +l3_list::event_handler::show(std::ostream& os) +{ + db_dump(m_db, os); +} + +template <> +void l3_list::update(const l3_list& obj) { /* |