Skip to content

Commit

Permalink
Remove dhcpmon
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasstockner committed Aug 1, 2023
1 parent 38d0ab0 commit f6ae0f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
2 changes: 1 addition & 1 deletion dockers/docker-dhcp-relay/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN apt-get update

COPY ["docker_init.sh", "start.sh", "/usr/bin/"]
COPY ["docker-dhcp-relay.supervisord.conf.j2", "port-name-alias-map.txt.j2", "wait_for_intf.sh.j2", "/usr/share/sonic/templates/"]
COPY ["dhcp-relay.programs.j2", "dhcpv4-relay.agents.j2", "dhcpv6-relay.agents.j2", "dhcp-relay.monitors.j2", "/usr/share/sonic/templates/"]
COPY ["dhcp-relay.programs.j2", "dhcpv4-relay.agents.j2", "dhcpv6-relay.agents.j2", "/usr/share/sonic/templates/"]
COPY ["files/supervisor-proc-exit-listener", "/usr/bin"]
COPY ["critical_processes", "/etc/supervisor"]
COPY ["cli", "/cli/"]
Expand Down
76 changes: 0 additions & 76 deletions dockers/docker-dhcp-relay/dhcp-relay.monitors.j2

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,5 @@ dependent_startup_wait_for=rsyslogd:running
{% endfor %}

{% include 'dhcpv6-relay.agents.j2' %}
{% include 'dhcp-relay.monitors.j2' %}
{% endif %}
{% endif %}

0 comments on commit f6ae0f7

Please sign in to comment.