summaryrefslogtreecommitdiff
path: root/scripts/bgp/vyatta-bgp.pl
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2010-08-06 16:55:45 -0700
committerRobert Bays <robert@vyatta.com>2010-08-06 16:55:45 -0700
commit7e526aa0bfdcafa1d2ae878d680fe568220ecc52 (patch)
tree997daae05fccc224eea94d8a995feb4bdea15f98 /scripts/bgp/vyatta-bgp.pl
parent41a8dcfe2d3086319c3f717eeff5b9fe467e25d6 (diff)
downloadvyatta-cfg-quagga-7e526aa0bfdcafa1d2ae878d680fe568220ecc52.tar.gz
vyatta-cfg-quagga-7e526aa0bfdcafa1d2ae878d680fe568220ecc52.zip
fix for bug 5973
Diffstat (limited to 'scripts/bgp/vyatta-bgp.pl')
-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' => {