diff options
author | Neale Ranns <neale.ranns@cisco.com> | 2018-01-25 07:28:19 -0800 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2018-02-02 16:08:01 +0000 |
commit | 7016b000d7b3e20130dae9c78ac67185258391a6 (patch) | |
tree | 93196432833c2ccfe1d910eb74a53e8b18dd0622 /src/vpp-api/vom/route_domain.hpp | |
parent | d6c30d9cae3ec8946c75d9ed87d40c053e2c083a (diff) |
VOM: route-domain find() fix
Change-Id: I5b7117f3568e3ba979baa15521b2cfc180abb682
Signed-off-by: Neale Ranns <neale.ranns@cisco.com>
Diffstat (limited to 'src/vpp-api/vom/route_domain.hpp')
-rw-r--r-- | src/vpp-api/vom/route_domain.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp-api/vom/route_domain.hpp b/src/vpp-api/vom/route_domain.hpp index 7d83154a0f1..19a3c18dddc 100644 --- a/src/vpp-api/vom/route_domain.hpp +++ b/src/vpp-api/vom/route_domain.hpp @@ -81,7 +81,7 @@ public: /** * Find the instnace of the route domain in the OM */ - static std::shared_ptr<route_domain> find(const route_domain& temp); + static std::shared_ptr<route_domain> find(const key_t& temp); /** * Dump all route-doamin into the stream provided |