diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-12 11:27:30 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-12 11:27:30 -0700 |
commit | b8c619f4c1185fb42a1553bec99274369d6bd545 (patch) | |
tree | 94296e659ce1906b4989cf4255b584261ab0a79d | |
parent | 77fe2dd2cc233a3dbe06cef40a190a29cd9cefcb (diff) | |
download | vyatta-cfg-quagga-b8c619f4c1185fb42a1553bec99274369d6bd545.tar.gz vyatta-cfg-quagga-b8c619f4c1185fb42a1553bec99274369d6bd545.zip |
fix for bug 5828
-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 6edf290a..194a2e1d 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -942,7 +942,7 @@ my %qcom = ( }, 'protocols bgp var peer-group var password' => { set => 'router bgp #3 ; neighbor #5 password #7', - del => 'router bgp #3 ; no neighbor #5 password #7', + del => 'router bgp #3 ; no neighbor #5 password', }, 'protocols bgp var peer-group var port' => { set => 'router bgp #3 ; neighbor #5 port #7', |