summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2010-08-06 16:55:45 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2010-08-10 10:32:32 -0700
commit8a4f8dcc17e377c7c3b69bd8a392026514e9b8d5 (patch)
tree487716a547d535b7a0986700604d3c7c03647103
parent0550eb9fb6b8a06c06b0048f876519ac082e0cc4 (diff)
downloadvyatta-cfg-quagga-8a4f8dcc17e377c7c3b69bd8a392026514e9b8d5.tar.gz
vyatta-cfg-quagga-8a4f8dcc17e377c7c3b69bd8a392026514e9b8d5.zip
fix for bug 5973
(cherry picked from commit 7e526aa0bfdcafa1d2ae878d680fe568220ecc52)
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl
index a91d16e5..bf289511 100755
--- a/scripts/bgp/vyatta-bgp.pl
+++ b/scripts/bgp/vyatta-bgp.pl
@@ -118,18 +118,18 @@ my %qcom = (
noerr => 'set',
},
'protocols bgp var address-family ipv6-unicast redistribute ospfv3' => {
- set => 'router bgp #3 ; address-family ipv6 ; redistribute ospfv3',
- del => 'router bgp #3 ; address-family ipv6 ; no redistribute ospfv3',
+ set => 'router bgp #3 ; address-family ipv6 ; redistribute ospf6',
+ del => 'router bgp #3 ; address-family ipv6 ; no redistribute ospf6',
noerr => 'set',
},
'protocols bgp var address-family ipv6-unicast redistribute ospfv3 metric' => {
- set => 'router bgp #3 ; address-family ipv6 ; redistribute ospfv3 metric #9',
- del => 'router bgp #3 ; address-family ipv6 ; no redistribute ospfv3 metric #9',
+ set => 'router bgp #3 ; address-family ipv6 ; redistribute ospf6 metric #9',
+ del => 'router bgp #3 ; address-family ipv6 ; no redistribute ospf6 metric #9',
noerr => 'set',
},
'protocols bgp var address-family ipv6-unicast redistribute ospfv3 route-map' => {
- set => 'router bgp #3 ; address-family ipv6 ; redistribute ospfv3 route-map #9',
- del => 'router bgp #3 ; address-family ipv6 ; no redistribute ospfv3 route-map #9',
+ set => 'router bgp #3 ; address-family ipv6 ; redistribute ospf6 route-map #9',
+ del => 'router bgp #3 ; address-family ipv6 ; no redistribute ospf6 route-map #9',
noerr => 'set',
},
'protocols bgp var address-family ipv6-unicast redistribute ripng' => {