Skip to content

[BUG] bgp.as_list breaks BGP confederations #3144

@ipspace

Description

@ipspace

The BGP confederation information is not copied into BGP-enabled nodes when the bgp.as_list is defined.

Lab topology

---
defaults.device: frr
provider: clab

module: [ bgp ]

bgp.confederation:
  300:
    members: [ 301 ]

bgp:
  as_list:
    100:
      members: [ r1 ]
    301:
      members: [ r3a ]

nodes:
  r1:
  r3a:

links: [ r1-r3a ]

More information

Removing bgp.as_list and defining BGP as numbers on nodes results in bgp.confederation information on r3a.

Either bgp.as_list is applied too late or bgp.confederation is applied too early.

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions