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

Difficulty level
Normal (likely a few hours)
Version
VyOS 1.3-rolling-202011010646
Why the issue appeared?
Implementation mistake
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 changed Difficulty level from Unknown (require assessment) to Normal (likely a few hours).
c-po changed Why the issue appeared? from Will be filled on close to Implementation mistake.
c-po changed Is it a breaking change? from Unspecified (possibly destroys the router) to Config syntax change (migratable).
c-po moved this task from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.7) board.
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus board.