From 896cd7c75d393eb03e8133b28f2f0e2bff08edcd Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Mon, 12 Jul 2010 17:40:27 -0700 Subject: fix ipv6 network statements --- scripts/bgp/vyatta-bgp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index e4e626e6..067849e2 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -68,7 +68,7 @@ my %qcom = ( del => 'router bgp #3 ; no ipv6 bgp aggregate-address #7', }, 'protocols bgp var address-family ipv6-unicast network' => { - set => 'router bgp #3 ; no ipv6 bgp network #7 ; ipv6 bgp network #7', + set => 'router bgp #3 ; ipv6 bgp network #7', del => 'router bgp #3 ; no ipv6 bgp network #7', }, 'protocols bgp var address-family ipv6-unicast redistribute' => { -- cgit v1.2.3