Skip to content

Commit

Permalink
[dhcp_server] Remove invoke of dhcpmon when dhcp_server is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiangz committed Jul 24, 2024
1 parent 0324d9a commit abdf206
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ def refresh_dhcrelay(self, force_kill=False):
self._disable_checkers(checkers_to_be_disabled)

self._start_dhcrelay_process(dhcp_interfaces, dhcp_server_ip, force_kill)
self._start_dhcpmon_process(dhcp_interfaces, force_kill)

# TODO dhcpmon is not ready for count packet for dhcp_server, hence comment invoke it for now
# self._start_dhcpmon_process(dhcp_interfaces, force_kill)

def wait(self):
"""
Expand Down

0 comments on commit abdf206

Please sign in to comment.