Page MenuHomeVyOS Platform

Bgp afi ipv6-unicast capability dynamic bug
Closed, ResolvedPublicBUG

Description

It looks like this command does nothing.

set protocols bgp 65001 neighbor 2001:0DB8:0:AAAA::1 address-family ipv6-unicast capability dynamic

There is no handler for it on Perl

https://github.com/vyos/vyatta-cfg-quagga/blob/crux/scripts/bgp/vyatta-bgp.pl#L233-L252

And not FRR commands for afi ipv6

r4-roll(config)# 
r4-roll(config)# router bgp
r4-roll(config-router)# address-family ipv6 unicast 
r4-roll(config-router-af)# neighbor 2001:0DB8:0:AAAA::1 capability 
  orf  Advertise ORF capability to the peer
r4-roll(config-router-af)#

I think we don't need it in new xml style T2387

Details

Version
VyOS 1.3-rolling-202011010646
Is it a breaking change?
Config syntax change (migratable)

Event Timeline

c-po changed the task status from Open to In progress.Jan 30 2021, 9:02 AM
c-po claimed this task.
c-po triaged this task as High priority.
c-po edited projects, added VyOS 1.2 Crux (VyOS 1.2.7); removed VyOS 1.2 Crux.
c-po edited a custom field.
c-po edited a custom field.
c-po changed Is it a breaking change? from Unspecified (possibly destroys the router) to Config syntax change (migratable).