X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FDHCP.py;h=56cfdb2a783aab717e064d3c31440d4fe5672381;hp=13cc4a77ccecf6ec5aff80303f272dd7c2dd7a65;hb=67f247b4015b76641c6fab7c49e7d9862043c856;hpb=4c6fe5602edcbd9857a846e5b13a21d5c671a2c8 diff --git a/resources/libraries/python/honeycomb/DHCP.py b/resources/libraries/python/honeycomb/DHCP.py index 13cc4a77cc..56cfdb2a78 100644 --- a/resources/libraries/python/honeycomb/DHCP.py +++ b/resources/libraries/python/honeycomb/DHCP.py @@ -73,7 +73,8 @@ class DHCPRelayKeywords(object): :rtype: bytearray """ - path = "/relay/dhcp:{0}/{1}".format(ip_version, entry_id) + path = "/relay/vpp-fib-table-management:{0}/{1}".format(ip_version, + entry_id) return DHCPRelayKeywords._set_dhcp_relay_properties(node, path, data)