Skip to content

Commit

Permalink
[radv] Run radv on MgmtToRRouter (sonic-net#9424)
Browse files Browse the repository at this point in the history
* Allow radv to run on mgmt tor and EPMS
  • Loading branch information
kellyyeh authored and qiluo-msft committed Dec 6, 2021
1 parent 5670f25 commit 2019cca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 and DEVICE_METADATA.localhost.type != "MgmtToRRouter" -%}
{%- if "ToRRouter" in DEVICE_METADATA.localhost.type or DEVICE_METADATA.localhost.type == "EPMS" -%}
{%- if VLAN_INTERFACE -%}
{%- for (name, prefix) in VLAN_INTERFACE|pfx_filter -%}
{# If this VLAN has an IPv6 address... #}
Expand Down

0 comments on commit 2019cca

Please sign in to comment.