ospf_interfaces_down_ok.txt.tmpl 204 B

1234567
  1. #
  2. # Interfaces which are OK to be down in OSPF (Salt managed)
  3. #
  4. {%- set interfaces = salt['pillar.get']('node:routing:ospf:ifaces_down_ok', []) %}
  5. {%- for iface in interfaces %}
  6. {{ iface }}
  7. {%- endfor %}