aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/ip_unnumbered.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/ip_unnumbered.cpp')
-rw-r--r--src/vpp-api/vom/ip_unnumbered.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vpp-api/vom/ip_unnumbered.cpp b/src/vpp-api/vom/ip_unnumbered.cpp
index ef693e9f140..caeeb419993 100644
--- a/src/vpp-api/vom/ip_unnumbered.cpp
+++ b/src/vpp-api/vom/ip_unnumbered.cpp
@@ -15,6 +15,7 @@
#include "vom/ip_unnumbered.hpp"
#include "vom/ip_unnumbered_cmds.hpp"
+#include "vom/singular_db_funcs.hpp"
namespace VOM {
/**
@@ -58,7 +59,7 @@ ip_unnumbered::sweep()
void
ip_unnumbered::dump(std::ostream& os)
{
- m_db.dump(os);
+ db_dump(m_db, os);
}
void
@@ -128,7 +129,7 @@ ip_unnumbered::event_handler::order() const
void
ip_unnumbered::event_handler::show(std::ostream& os)
{
- m_db.dump(os);
+ db_dump(m_db, os);
}
}