diff options
author | Daniil Baturin <daniil@baturin.org> | 2013-11-04 17:26:14 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2013-11-04 17:26:14 +0100 |
commit | b71afb919a0d91f6a4b3cec91592b88f7a986bd0 (patch) | |
tree | d1e790910c964a61f29188c4cc08527197617024 /scripts/bgp/vyatta-bgp.pl | |
parent | 9ccef5e1ba6716f898b0a1c9578713bc1a2062d3 (diff) | |
download | vyatta-cfg-quagga-b71afb919a0d91f6a4b3cec91592b88f7a986bd0.tar.gz vyatta-cfg-quagga-b71afb919a0d91f6a4b3cec91592b88f7a986bd0.zip |
Bug #58: Fix quagga command syntax so IPv4 peer-groups work again
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 4ccd1d58..a409f0f9 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -673,7 +673,7 @@ my %qcom = ( del => undef, }, 'protocols bgp var peer-group var' => { - set => 'router bgp #3 ; neighbor #5 peer-group activate', + set => 'router bgp #3 ; neighbor #5 peer-group', del => 'router bgp #3 ; no neighbor #5 peer-group', noerr => 'set', }, |