diff options
Diffstat (limited to 'resources/libraries/python/honeycomb/Routing.py')
-rw-r--r-- | resources/libraries/python/honeycomb/Routing.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |