diff options
Diffstat (limited to 'extras/vom/vom/l2_binding.hpp')
-rw-r--r-- | extras/vom/vom/l2_binding.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/vom/vom/l2_binding.hpp b/extras/vom/vom/l2_binding.hpp index 19082892f5b..de3608a2626 100644 --- a/extras/vom/vom/l2_binding.hpp +++ b/extras/vom/vom/l2_binding.hpp @@ -98,7 +98,7 @@ public: /** * Set the VTR operation on the binding/interface */ - void set(const l2_vtr_op_t& op, uint16_t tag); + void set(const l2_vtr::option_t& op, uint16_t tag); /** * Static function to find the bridge_domain in the model @@ -199,7 +199,7 @@ private: /** * HW configuration for the VTR option */ - HW::item<l2_vtr_op_t> m_vtr_op; + HW::item<l2_vtr::option_t> m_vtr_op; /** * The Dot1q tag for the VTR operation |