diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-12 11:47:13 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-12 11:47:13 -0700 |
commit | fe96c94f5e33d85b12ced316401e543872f37bd8 (patch) | |
tree | 4bad21b96b75050eaf63a779248c819602ef7dcc /scripts/bgp | |
parent | 5ef2ee5dba2482d0ef6fc7fd8b94596d4061af81 (diff) | |
download | vyatta-cfg-quagga-fe96c94f5e33d85b12ced316401e543872f37bd8.tar.gz vyatta-cfg-quagga-fe96c94f5e33d85b12ced316401e543872f37bd8.zip |
fix for bug 5826
Diffstat (limited to 'scripts/bgp')
-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 194a2e1d..44f5d329 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -1015,7 +1015,7 @@ my %qcom = ( }, 'protocols bgp var peer-group var update-source' => { set => 'router bgp #3 ; neighbor #5 update-source #7', - del => 'router bgp #3 ; no neighbor #5 update-source #7', + del => 'router bgp #3 ; no neighbor #5 update-source', }, 'protocols bgp var peer-group var weight' => { set => 'router bgp #3 ; neighbor #5 weight #7', |