diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/frr/bgpd.frr.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/templates/frr/bgpd.frr.tmpl b/data/templates/frr/bgpd.frr.tmpl index f3579ccd7..51235e4cb 100644 --- a/data/templates/frr/bgpd.frr.tmpl +++ b/data/templates/frr/bgpd.frr.tmpl @@ -312,20 +312,20 @@ router bgp {{ local_as }} {{ 'vrf ' ~ vrf if vrf is defined and vrf is not none {% endif %} {% endif %} {% if afi_config.export is defined and afi_config.export.vpn is defined %} - export vpn + export vpn {% endif %} {% if afi_config.import is defined and afi_config.import is not none %} {% if afi_config.import.vpn is defined %} - import vpn + import vpn {% endif %} {% if afi_config.import.vrf is defined and afi_config.import.vrf is not none %} {% for vrf in afi_config.import.vrf %} - import vrf {{ vrf }} + import vrf {{ vrf }} {% endfor %} {% endif %} {% endif %} {% if afi_config.label is defined and afi_config.label.vpn is defined and afi_config.label.vpn.export is defined and afi_config.label.vpn.export is not none %} - label vpn export {{ afi_config.label.vpn.export }} + label vpn export {{ afi_config.label.vpn.export }} {% endif %} {% if afi_config.local_install is defined and afi_config.local_install is not none %} {% for interface in afi_config.local_install.interface %} |