Skip to content

Commit 2ab00c7

Browse files
authored
[dhcp_server] Fix dhcp_server mk file mistake (#19847)
* [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.
1 parent 2ee63c2 commit 2ab00c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules/docker-dhcp-server.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ $(DOCKER_DHCP_SERVER)_CONTAINER_NAME = dhcp_server
3838
$(DOCKER_DHCP_SERVER)_VERSION = 1.0.0
3939
$(DOCKER_DHCP_SERVER)_PACKAGE_NAME = dhcp-server
4040

41-
$(DOCKER_MACSEC)_SERVICE_REQUIRES = config-setup
42-
$(DOCKER_MACSEC)_SERVICE_AFTER = swss syncd
41+
$(DOCKER_DHCP_SERVER)_SERVICE_REQUIRES = config-setup
42+
$(DOCKER_DHCP_SERVER)_SERVICE_AFTER = swss syncd
4343

4444
$(DOCKER_DHCP_SERVER)_CONTAINER_PRIVILEGED = false
4545
$(DOCKER_DHCP_SERVER)_CONTAINER_VOLUMES += /etc/sonic:/etc/sonic:ro

0 commit comments

Comments
 (0)