diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2018-04-13 03:01:25 -0700 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-04-13 14:14:58 +0000 |
commit | 609b5d41b02c950f942b5382992c6c7937f91f8f (patch) | |
tree | 76e706a9740db34c94bb90e322d5af16dd54fcd4 /src/vpp-api/vom/gbp_subnet.hpp | |
parent | 70083ee74c3141bbefb185525315f1b34497dcaa (diff) |
VOM: GBP: update subnet is type changes
Change-Id: Ic04f419b9c09be34afc390e672793180d56c4665
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/gbp_subnet.hpp')
-rw-r--r-- | src/vpp-api/vom/gbp_subnet.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpp-api/vom/gbp_subnet.hpp b/src/vpp-api/vom/gbp_subnet.hpp index 9c9166ec018..b4adb40ae45 100644 --- a/src/vpp-api/vom/gbp_subnet.hpp +++ b/src/vpp-api/vom/gbp_subnet.hpp @@ -177,7 +177,7 @@ private: /** * the route domain the prefix is in */ - std::shared_ptr<route_domain> m_rd; + const std::shared_ptr<route_domain> m_rd; /** * prefix to match @@ -187,7 +187,7 @@ private: /* * Subnet type */ - const type_t m_type; + type_t m_type; /** * The interface the prefix is reachable through |