Skip to content

Commit

Permalink
[dhcp_server] Fix dhcp_server mk file mistake (sonic-net#19847)
Browse files Browse the repository at this point in the history
* [dhcp_server] Fix dhcp_serverer mk file mistake

* Set include_dhcp_server to y

* Revert "Set include_dhcp_server to y"

This reverts commit 88f0356.
  • Loading branch information
yaqiangz authored Aug 8, 2024
1 parent 2ee63c2 commit 2ab00c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/docker-dhcp-server.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $(DOCKER_DHCP_SERVER)_CONTAINER_NAME = dhcp_server
$(DOCKER_DHCP_SERVER)_VERSION = 1.0.0
$(DOCKER_DHCP_SERVER)_PACKAGE_NAME = dhcp-server

$(DOCKER_MACSEC)_SERVICE_REQUIRES = config-setup
$(DOCKER_MACSEC)_SERVICE_AFTER = swss syncd
$(DOCKER_DHCP_SERVER)_SERVICE_REQUIRES = config-setup
$(DOCKER_DHCP_SERVER)_SERVICE_AFTER = swss syncd

$(DOCKER_DHCP_SERVER)_CONTAINER_PRIVILEGED = false
$(DOCKER_DHCP_SERVER)_CONTAINER_VOLUMES += /etc/sonic:/etc/sonic:ro
Expand Down

0 comments on commit 2ab00c7

Please sign in to comment.