diff options
author | Robert Bays <rbays@roatan.(none)> | 2010-06-07 15:41:49 -0700 |
---|---|---|
committer | Robert Bays <rbays@roatan.(none)> | 2010-06-07 15:41:49 -0700 |
commit | c2d62072eb479021c9be86e93a3ccfb9fa8bbe40 (patch) | |
tree | 5333927bca0baca8a13a14b9950b277c6b35e499 /scripts | |
parent | 139c73fff8ec31404a12919b3b785044757ba67b (diff) | |
download | vyatta-cfg-quagga-c2d62072eb479021c9be86e93a3ccfb9fa8bbe40.tar.gz vyatta-cfg-quagga-c2d62072eb479021c9be86e93a3ccfb9fa8bbe40.zip |
fix aggregate-address command
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index c9cbdc1f..ae496a65 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -64,7 +64,7 @@ my %qcom = ( del => undef, }, 'protocols bgp var address-family ipv6-unicast aggregate-address var' => { - set => 'router bgp #3 ; no ipv6 bgp aggregate-address #7 ; ipv6 bgp aggregate-address #7 ?summary-only', + set => 'router bgp #3 ; ipv6 bgp aggregate-address #7 ?summary-only', del => 'router bgp #3 ; no ipv6 bgp aggregate-address #7', }, 'protocols bgp var address-family ipv6-unicast network' => { @@ -140,7 +140,7 @@ my %qcom = ( del => undef, }, 'protocols bgp var aggregate-address var' => { - set => 'router bgp #3 ; no aggregate-address #5 ; aggregate-address #5 ?as-set ?summary-only', + set => 'router bgp #3 ; aggregate-address #5 ?as-set ?summary-only', del => 'router bgp #3 ; no aggregate-address #5 ?as-set ?summary-only', }, 'protocols bgp var neighbor' => { |