diff options
Diffstat (limited to 'extras/vom/vom/gbp_subnet.hpp')
-rw-r--r-- | extras/vom/vom/gbp_subnet.hpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/extras/vom/vom/gbp_subnet.hpp b/extras/vom/vom/gbp_subnet.hpp index f18aa01431e..bff32ffaf2f 100644 --- a/extras/vom/vom/gbp_subnet.hpp +++ b/extras/vom/vom/gbp_subnet.hpp @@ -82,7 +82,7 @@ public: */ gbp_subnet(const gbp_route_domain& rd, const route::prefix_t& prefix, - const gbp_endpoint_group& epg); + sclass_t sclass); /** * Copy Construct @@ -221,6 +221,11 @@ private: std::shared_ptr<gbp_endpoint_group> m_epg; /** + * Sclass for l3-out subnets + */ + sclass_t m_sclass; + + /** * A map of all bridge_domains */ static singular_db<key_t, gbp_subnet> m_db; |