summaryrefslogtreecommitdiffstats
path: root/src/vpp-api/vom/acl_ethertype.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp-api/vom/acl_ethertype.hpp')
-rw-r--r--src/vpp-api/vom/acl_ethertype.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vpp-api/vom/acl_ethertype.hpp b/src/vpp-api/vom/acl_ethertype.hpp
index 42897aebd6a..98d3ce20707 100644
--- a/src/vpp-api/vom/acl_ethertype.hpp
+++ b/src/vpp-api/vom/acl_ethertype.hpp
@@ -76,12 +76,12 @@ private:
/**
* ethertype for this rule
*/
- const ethertype_t& m_eth;
+ const ethertype_t m_eth;
/**
* direction in which ethertype will be applied w.r.t. intf
*/
- const direction_t& m_dir;
+ const direction_t m_dir;
};
class acl_ethertype : public object_base
@@ -102,7 +102,7 @@ public:
/**
* Construct a new object matching the desried state
*/
- acl_ethertype(const interface& itf, ethertype_rules_t le);
+ acl_ethertype(const interface& itf, const ethertype_rules_t& le);
/**
* Copy Constructor