diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-12 17:40:27 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-12 17:40:27 -0700 |
commit | 896cd7c75d393eb03e8133b28f2f0e2bff08edcd (patch) | |
tree | fe84b1fd95463f80956da7bc3b58003ec0e59624 /scripts | |
parent | fa9875ab133a5033aa916b41da7d9aaf5547467b (diff) | |
download | vyatta-cfg-quagga-896cd7c75d393eb03e8133b28f2f0e2bff08edcd.tar.gz vyatta-cfg-quagga-896cd7c75d393eb03e8133b28f2f0e2bff08edcd.zip |
fix ipv6 network statements
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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' => { |