summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2010-07-09 13:35:41 -0700
committerRobert Bays <robert@vyatta.com>2010-07-09 13:35:41 -0700
commit190fe5814fff85932eaf83fff0e60927de046dd7 (patch)
treec2bbd47131d4ac3674fdcc9627dc78789d16acc7 /scripts
parentb949e1b8b6eab1902082eb719b0e292bb268b8b3 (diff)
downloadvyatta-cfg-quagga-190fe5814fff85932eaf83fff0e60927de046dd7.tar.gz
vyatta-cfg-quagga-190fe5814fff85932eaf83fff0e60927de046dd7.zip
Temporary fix for bug 5777. This isn't the right fix since this will
prevent bgp from ever being disabled for ipv4. However, most customers are running v4 right now anyway. This will allow testing to continue while I think about what the correct fix should be.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl
index c2f7b047..4c23cd28 100755
--- a/scripts/bgp/vyatta-bgp.pl
+++ b/scripts/bgp/vyatta-bgp.pl
@@ -448,7 +448,7 @@ my %qcom = (
del => 'router bgp #3 ; no neighbor #5 prefix-list #8 in',
},
'protocols bgp var neighbor var remote-as' => {
- set => 'router bgp #3 ; neighbor #5 remote-as #7',
+ set => 'router bgp #3 ; neighbor #5 remote-as #7 ; neighbor #5 activate',
del => 'router bgp #3 ; no neighbor #5 remote-as #7',
},
'protocols bgp var neighbor var remove-private-as' => {