[202305] Fix v6relay dual tor if selection issue (#17186)
Why I did it dhcp_relay dual tor tests are failing in 202305 How I did it Backport #15864 to 202305 How to verify it Ran sonic-mgmt dhcp_relay tests.
This commit is contained in:
parent
dc33611029
commit
60dc4d2e89
@ -13,7 +13,7 @@
|
|||||||
[program:dhcp6relay]
|
[program:dhcp6relay]
|
||||||
command=/usr/sbin/dhcp6relay
|
command=/usr/sbin/dhcp6relay
|
||||||
{#- Dual ToR Option #}
|
{#- 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
|
priority=3
|
||||||
autostart=false
|
autostart=false
|
||||||
|
Loading…
Reference in New Issue
Block a user