diff options
Diffstat (limited to 'resources/libraries')
-rw-r--r-- | resources/libraries/python/honeycomb/DHCP.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/DHCP.py b/resources/libraries/python/honeycomb/DHCP.py index 13cc4a77cc..f93a8fd56f 100644 --- a/resources/libraries/python/honeycomb/DHCP.py +++ b/resources/libraries/python/honeycomb/DHCP.py @@ -73,7 +73,7 @@ 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) |