Update docker-router-advertiser.supervisord.conf.j2 (#10375)
This commit is contained in:
parent
614d14e8a0
commit
8cd346d80b
@ -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... #}
|
||||
|
Loading…
Reference in New Issue
Block a user