X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FRouting.py;h=495e96e0fd60b94b551e61e8b661ebb0194156fe;hb=a114591eac9f52502048db886da2fb228c62254d;hp=a4d606bd5d59649557b7b6859dea4acc51f926c2;hpb=2659bfa861fd129b22b4769a9ed402517ef3db44;p=csit.git diff --git a/resources/libraries/python/honeycomb/Routing.py b/resources/libraries/python/honeycomb/Routing.py index a4d606bd5d..495e96e0fd 100644 --- a/resources/libraries/python/honeycomb/Routing.py +++ b/resources/libraries/python/honeycomb/Routing.py @@ -92,7 +92,7 @@ class RoutingKeywords(object): if special: ip_version = "hc2vpp-ietf-{0}-unicast-routing:{0}".format( ip_version) - protocol = "vpp-routing-ra:vpp-protocol-attributes" + protocol = "vpp-routing:vpp-protocol-attributes" else: ip_version = ip_version protocol = "vpp-protocol-attributes"