diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-05 02:17:20 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-05 02:17:20 +0100 |
commit | 01cf5fd4a0af1dcf25f1b5db2b6976faf6d55ce3 (patch) | |
tree | 8b3d008cae8a60ff55505e791054fceca93c269f | |
parent | f5aaf437d83022b6f6f707cb542dbcbc05aadb15 (diff) | |
download | vyatta-cfg-quagga-01cf5fd4a0af1dcf25f1b5db2b6976faf6d55ce3.tar.gz vyatta-cfg-quagga-01cf5fd4a0af1dcf25f1b5db2b6976faf6d55ce3.zip |
T924: fix the peer-group route-map import command.
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index 856d3dcd..5b443301 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -990,7 +990,7 @@ my %qcom = ( set => 'router bgp #3 ; address-family ipv4 unicast ; neighbor #5 route-map #10 out', del => 'router bgp #3 ; address-family ipv4 unicast ; no neighbor #5 route-map #10 out', }, - 'protocols bgp var peer-group var route-map import' => { + 'protocols bgp var peer-group var address-family ipv4-unicast route-map import' => { set => 'router bgp #3 ; address-family ipv4 unicast ; neighbor #5 route-map #10 in', del => 'router bgp #3 ; address-family ipv4 unicast ; no neighbor #5 route-map #10 in', }, |