X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=extras%2Fvom%2Fvom%2Froute.hpp;h=8b68015f7ba951324254cba31b69cd5f5a0d61c1;hb=7c0eb56f4;hp=a09f704f60c38d836e4a321ccaf5a2a81c3fc245;hpb=7c03ed47d5acfa39820f9553999caa01cf47dba4;p=vpp.git diff --git a/extras/vom/vom/route.hpp b/extras/vom/vom/route.hpp index a09f704f60c..8b68015f7ba 100644 --- a/extras/vom/vom/route.hpp +++ b/extras/vom/vom/route.hpp @@ -97,7 +97,7 @@ public: /** * constructor for special paths */ - path(special_t special); + path(special_t special, const nh_proto_t& proto = nh_proto_t::IPV4); /** * Constructor for standard non-recursive paths @@ -218,8 +218,6 @@ public: */ const static itf_flags_t FORWARD; - static const itf_flags_t& from_vpp(uint32_t val); - private: /** * Private constructor taking the value and the string name @@ -398,7 +396,7 @@ private: /** * HW configuration for the result of creating the route */ - HW::item m_hw; + HW::item m_hw; /** * The route domain the route is in.