aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Dhcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/Dhcp.py')
-rw-r--r--resources/libraries/python/Dhcp.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/libraries/python/Dhcp.py b/resources/libraries/python/Dhcp.py
index ebdfeb3b80..93a9180972 100644
--- a/resources/libraries/python/Dhcp.py
+++ b/resources/libraries/python/Dhcp.py
@@ -47,6 +47,10 @@ class DhcpClient(object):
' interface {}.'
.format(vpp_node, interface))
+
+class DhcpProxy(object):
+ """DHCP Proxy utilities."""
+
@staticmethod
def dhcp_proxy_config(vpp_node, server_address, source_address):
"""Set DHCP proxy.