Update docker-router-advertiser.supervisord.conf.j2 (#10375)

This commit is contained in:
kellyyeh 2022-04-06 09:44:21 -07:00 committed by Qi Luo
parent 2d21756c5a
commit 0e6f1833e0

View File

@ -45,7 +45,7 @@ dependent_startup_wait_for=rsyslogd:running
{%- set vlan_v6 = namespace(count=0) -%}
{%- if DEVICE_METADATA.localhost.deployment_id != "8" -%}
{%- if DEVICE_METADATA.localhost.type -%}
{%- if "ToRRouter" in DEVICE_METADATA.localhost.type or DEVICE_METADATA.localhost.type == "EPMS" -%}
{%- if "ToRRouter" in DEVICE_METADATA.localhost.type or DEVICE_METADATA.localhost.type in ["EPMS", "MgmtTsToR"] -%}
{%- if VLAN_INTERFACE -%}
{%- for (name, prefix) in VLAN_INTERFACE|pfx_filter -%}
{# If this VLAN has an IPv6 address... #}