summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Bays <robert@vyatta.com>2010-07-12 17:40:27 -0700
committerRobert Bays <robert@vyatta.com>2010-07-12 17:40:27 -0700
commit896cd7c75d393eb03e8133b28f2f0e2bff08edcd (patch)
treefe84b1fd95463f80956da7bc3b58003ec0e59624 /scripts
parentfa9875ab133a5033aa916b41da7d9aaf5547467b (diff)
downloadvyatta-cfg-quagga-896cd7c75d393eb03e8133b28f2f0e2bff08edcd.tar.gz
vyatta-cfg-quagga-896cd7c75d393eb03e8133b28f2f0e2bff08edcd.zip
fix ipv6 network statements
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bgp/vyatta-bgp.pl2
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' => {