Page MenuHomeVyOS Platform

Route Map large community set additive is missing
Closed, ResolvedPublicBUG

Description

Hey guys,

vyos missing additive command for large-communities within route-maps:

FRR command: -> https://docs.frrouting.org/en/latest/bgp.html

set large-community LARGE-COMMUNITY additive

VYOS:

set policy route-map ASxxx-CUS-IN6 rule 10 set large-community 'xxx:555:1' additive

  Configuration path: policy route-map ASxxx-CUS-IN6 rule 10 set large-community xxx:555:1 [additive] is not valid
  Set failed

Can you fix that?

Thanks!

Details

Version
VyOS 1.4-rolling-202105091233
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

@ernstjo

set policy route-map ASxxx-CUS-IN6 rule 10 action 'permit'
set policy route-map ASxxx-CUS-IN6 rule 10 set large-community '65:23:1 additive'

Thanks for the hint.

I think cli should be follow the same as community setting to have the same syntax.

Hi @ernstjo got an idea how we should do it?

Viacheslav claimed this task.
Viacheslav moved this task from Open to Finished on the VyOS 1.4 Sagitta board.

Fixed in T4660