diff options
author | Christian Breunig <christian@breunig.cc> | 2023-08-19 11:10:26 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-08-19 11:10:26 +0200 |
commit | 7bae85fd670dce0c4708011af7523f1e56c1054a (patch) | |
tree | 3175794a4d995d0ff1831a43ebb2b9d966458a09 /data/templates | |
parent | 0e1bc3d4e92dbb361f392bb8551be8d5b96fbdc6 (diff) | |
download | vyos-1x-7bae85fd670dce0c4708011af7523f1e56c1054a.tar.gz vyos-1x-7bae85fd670dce0c4708011af7523f1e56c1054a.zip |
bgp: T5466: rename type on CLI per-nexhop -> per-nexthop for l3vpn MPLS labels
This fixes a CLI typo added in commit 77ef9f800 ("T5466: L3VPN label allocation
mode").
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/frr/bgpd.frr.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/frr/bgpd.frr.j2 b/data/templates/frr/bgpd.frr.j2 index a41f4e280..7fa974254 100644 --- a/data/templates/frr/bgpd.frr.j2 +++ b/data/templates/frr/bgpd.frr.j2 @@ -349,8 +349,8 @@ router bgp {{ system_as }} {{ 'vrf ' ~ vrf if vrf is vyos_defined }} {% if afi_config.label.vpn.export is vyos_defined %} label vpn export {{ afi_config.label.vpn.export }} {% endif %} -{% if afi_config.label.vpn.allocation_mode.per_nexhop is vyos_defined %} - label vpn export allocation-mode per-nexthop +{% if afi_config.label.vpn.allocation_mode.per_nexthop is vyos_defined %} + label vpn export allocation-mode per-nexthop {% endif %} {% if afi_config.local_install is vyos_defined %} {% for interface in afi_config.local_install.interface %} |