summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Bays <rbays@roatan.(none)>2010-06-21 10:58:33 -0700
committerRobert Bays <rbays@roatan.(none)>2010-06-21 10:58:33 -0700
commite7707aeab4d9cb342046d6ca2173aa9abe2741e9 (patch)
tree6305bc73cf2948b3aa7ff3fbb8793ed7a0205683 /scripts
parentbc3cced38bf6220ed9e58541fe1eb3d9e96cad34 (diff)
downloadvyatta-cfg-quagga-e7707aeab4d9cb342046d6ca2173aa9abe2741e9.tar.gz
vyatta-cfg-quagga-e7707aeab4d9cb342046d6ca2173aa9abe2741e9.zip
fix for bug 5713
Diffstat (limited to 'scripts')
-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 444f6bde..b2119dbc 100755
--- a/scripts/bgp/vyatta-bgp.pl
+++ b/scripts/bgp/vyatta-bgp.pl
@@ -69,7 +69,7 @@ my %qcom = (
},
'protocols bgp var address-family ipv6-unicast network' => {
set => 'router bgp #3 ; no ipv6 bgp network #7 ; ipv6 bgp network #7',
- del => 'router bgp #3 ; no ipv6 bgp network #7 ; no ipv6 bgp network #7',
+ del => 'router bgp #3 ; no ipv6 bgp network #7',
},
'protocols bgp var address-family ipv6-unicast redistribute' => {
set => undef,
@@ -529,7 +529,7 @@ my %qcom = (
},
'protocols bgp var network var route-map' => {
set => 'router bgp #3 ; network #5 route-map #7',
- del => 'router bgp #3 ; no network #5 route-map #7',
+ del => 'router bgp #3 ; no network #5 route-map #7 ; network #5',
},
'protocols bgp var parameters' => {
set => undef,