diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-09 16:24:05 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-09 16:24:05 -0700 |
commit | 77fe2dd2cc233a3dbe06cef40a190a29cd9cefcb (patch) | |
tree | 6653cd832d36d4f80d603c07b952396289908abc /scripts/bgp/vyatta-bgp.pl | |
parent | ebe0ccaee6c0aa9ac7ea295cf1f42cbff1917c3b (diff) | |
download | vyatta-cfg-quagga-77fe2dd2cc233a3dbe06cef40a190a29cd9cefcb.tar.gz vyatta-cfg-quagga-77fe2dd2cc233a3dbe06cef40a190a29cd9cefcb.zip |
fix for bug 5767
Diffstat (limited to 'scripts/bgp/vyatta-bgp.pl')
-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 2d49eef8..6edf290a 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -405,7 +405,7 @@ my %qcom = ( }, 'protocols bgp var neighbor var local-as var no-prepend' => { set => 'router bgp #3 ; no neighbor #5 local-as #7 ; neighbor #5 local-as #7 no-prepend', - del => 'router bgp #3 ; no neighbor #5 local-as #7 no-prepend; neighbor #5 local-as #7', + del => 'router bgp #3 ; no neighbor #5 local-as #7 no-prepend ; neighbor #5 local-as #7', }, 'protocols bgp var neighbor var maximum-prefix' => { set => 'router bgp #3 ; neighbor #5 maximum-prefix #7', |