vom: Fix reference to flags in GBP bridge-domain
Type: fix Fixes: 5e82b050 Change-Id: I8f709c5303861ea9984144ce5543c86c934869bb Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user