diff options
author | Neale Ranns <nranns@cisco.com> | 2019-07-11 03:44:16 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2019-07-11 12:08:22 +0000 |
commit | 6955ecd5d72c919bddabc272a9fee023557f38d7 (patch) | |
tree | 65fa8503dd8973ab6fc24f966e49c973f19cf1b1 | |
parent | 85fc13004df7f67012a04e73564ecef1b3641ef3 (diff) |
vom: Fix reference to flags in GBP bridge-domain
Type: fix
Fixes: 5e82b050
Change-Id: I8f709c5303861ea9984144ce5543c86c934869bb
Signed-off-by: Neale Ranns <nranns@cisco.com>
-rw-r--r-- | extras/vom/vom/gbp_bridge_domain.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vom/vom/gbp_bridge_domain.hpp b/extras/vom/vom/gbp_bridge_domain.hpp index 264f8b3c031..d397fe5231f 100644 --- a/extras/vom/vom/gbp_bridge_domain.hpp +++ b/extras/vom/vom/gbp_bridge_domain.hpp @@ -200,7 +200,7 @@ private: std::shared_ptr<interface> m_bvi; std::shared_ptr<interface> m_uu_fwd; std::shared_ptr<interface> m_bm_flood; - const flags_t& m_flags; + flags_t m_flags; /** * A map of all bridge_domains |