summaryrefslogtreecommitdiff
path: root/scripts/bgp/vyatta-bgp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bgp/vyatta-bgp.pl')
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl4
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' => {