From 190fe5814fff85932eaf83fff0e60927de046dd7 Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Fri, 9 Jul 2010 13:35:41 -0700 Subject: 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. --- scripts/bgp/vyatta-bgp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/bgp/vyatta-bgp.pl') 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' => { -- cgit v1.2.3