summaryrefslogtreecommitdiff
path: root/data/templates/frr/zebra.route-map.frr.j2
blob: 8e18abbde6b2a60b57c89d4b62e7ff25597d6e8c (plain)
1
2
3
4
5
6
7
8
9
!
{% if protocol is vyos_defined %}
{%     for protocol_name, protocol_config in protocol.items() %}
{%         if protocol_name is vyos_defined('ospfv3') %}
{%             set protocol_name = 'ospf6' %}
{%         endif %}
{{ afi }} protocol {{ protocol_name }} route-map {{ protocol_config.route_map }}
{%     endfor %}
{% endif %}