Skip to content

Commit f5bf083

Browse files
jcaiMRsonic-otn
authored andcommitted
advance dhcprelay to 6a6ce24, add default dhcpv6 dualtor source interface (sonic-net#15864)
sonic-build image side change to fix source interface selection in dual tor scenario. dhcprelay related PR: [master]fix dhcpv6 relay dual tor source interface selection issue sonic-dhcp-relay#42 Announce dhcprelay submodule to 6a6ce24([to invoke sonic-net#40 PR]([master]fix dhcpv6 relay dual tor source interface selection issue sonic-dhcp-relay#42))
1 parent 58933fc commit f5bf083

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockers/docker-dhcp-relay/dhcpv6-relay.agents.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[program:dhcp6relay]
1414
command=/usr/sbin/dhcp6relay
1515
{#- Dual ToR Option #}
16-
{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %} -d{% endif %}
16+
{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %} -u Loopback0 {% endif %}
1717

1818
priority=3
1919
autostart=false

0 commit comments

Comments
 (0)