diff options
author | Robert Bays <rbays@roatan.(none)> | 2010-06-21 10:58:33 -0700 |
---|---|---|
committer | Robert Bays <rbays@roatan.(none)> | 2010-06-21 10:58:33 -0700 |
commit | e7707aeab4d9cb342046d6ca2173aa9abe2741e9 (patch) | |
tree | 6305bc73cf2948b3aa7ff3fbb8793ed7a0205683 /scripts/bgp | |
parent | bc3cced38bf6220ed9e58541fe1eb3d9e96cad34 (diff) | |
download | vyatta-cfg-quagga-e7707aeab4d9cb342046d6ca2173aa9abe2741e9.tar.gz vyatta-cfg-quagga-e7707aeab4d9cb342046d6ca2173aa9abe2741e9.zip |
fix for bug 5713
Diffstat (limited to 'scripts/bgp')
-rwxr-xr-x | scripts/bgp/vyatta-bgp.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/bgp/vyatta-bgp.pl b/scripts/bgp/vyatta-bgp.pl index 444f6bde..b2119dbc 100755 --- a/scripts/bgp/vyatta-bgp.pl +++ b/scripts/bgp/vyatta-bgp.pl @@ -69,7 +69,7 @@ my %qcom = ( }, 'protocols bgp var address-family ipv6-unicast network' => { set => 'router bgp #3 ; no ipv6 bgp network #7 ; ipv6 bgp network #7', - del => 'router bgp #3 ; no ipv6 bgp network #7 ; no ipv6 bgp network #7', + del => 'router bgp #3 ; no ipv6 bgp network #7', }, 'protocols bgp var address-family ipv6-unicast redistribute' => { set => undef, @@ -529,7 +529,7 @@ my %qcom = ( }, 'protocols bgp var network var route-map' => { set => 'router bgp #3 ; network #5 route-map #7', - del => 'router bgp #3 ; no network #5 route-map #7', + del => 'router bgp #3 ; no network #5 route-map #7 ; network #5', }, 'protocols bgp var parameters' => { set => undef, |