advance dhcprelay to 6a6ce24, add default dhcpv6 dualtor source interface (#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 #40 PR]([master]fix dhcpv6 relay dual tor source interface selection issue sonic-dhcp-relay#42))
This commit is contained in:
parent
39f3e1f97a
commit
bd413d20d2
@ -13,7 +13,7 @@
|
||||
[program:dhcp6relay]
|
||||
command=/usr/sbin/dhcp6relay
|
||||
{#- Dual ToR Option #}
|
||||
{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %} -d{% endif %}
|
||||
{% if 'subtype' in DEVICE_METADATA['localhost'] and DEVICE_METADATA['localhost']['subtype'] == 'DualToR' %} -u Loopback0 {% endif %}
|
||||
|
||||
priority=3
|
||||
autostart=false
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c36b8e3d2113976f319fb02db94971e9b27e6416
|
||||
Subproject commit 6a6ce245125d600ad07fc02638e96ba6c18d1b4b
|
Loading…
Reference in New Issue
Block a user