Skip to content

Commit

Permalink
Fix dhcrelay unittest conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyeh committed Sep 1, 2022
1 parent 239a2b2 commit c4e2c33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ programs=
{% if 'dhcp_server' not in DEVICE_METADATA['localhost'] or 'enable' not in DEVICE_METADATA['localhost']['dhcp_server'] %}
{% include 'dhcpv4-relay.agents.j2' %}
{% endif %}
{% include 'dhcpv6-relay.agents.j2' %}
{% endfor %}

{% include 'dhcpv6-relay.agents.j2' %}
{% include 'dhcp-relay.monitors.j2' %}
{% endif %}
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=rsyslogd:running


[group:dhcp-server]
programs=

[group:dhcp-relay]
programs=isc-dhcpv4-relay-Vlan1000,dhcp6relay

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ stderr_logfile=syslog
dependent_startup=true
dependent_startup_wait_for=rsyslogd:running


[group:dhcp-server]
programs=

[group:dhcp-relay]
programs=isc-dhcpv4-relay-Vlan1000,dhcp6relay

Expand Down

0 comments on commit c4e2c33

Please sign in to comment.