diff options
Diffstat (limited to 'scripts/bgp')
-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' => { |