diff options
Diffstat (limited to 'src/vpp-api/vom/l3_binding.hpp')
-rw-r--r-- | src/vpp-api/vom/l3_binding.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/l3_binding.hpp b/src/vpp-api/vom/l3_binding.hpp index 4403760180e..a1470587e94 100644 --- a/src/vpp-api/vom/l3_binding.hpp +++ b/src/vpp-api/vom/l3_binding.hpp @@ -167,7 +167,7 @@ private: /** * The prefix for this L3 configuration */ - const route::prefix_t& m_pfx; + const route::prefix_t m_pfx; /** * HW configuration for the binding. The bool representing the |