Page MenuHomeVyOS Platform

BGP large-community del operation missing
Closed, ResolvedPublicFEATURE REQUEST

Description

Hi,

the delete command for large-communties is missing during route-map configuration:

 # set policy route-map ASXXX-CUS-IN4 rule 10 set comm-list 
 
Possible completions:
   comm-list    BGP communities with a community-list
   delete       Delete BGP communities matching the community-list
# set policy route-map ASXXX-CUS-IN4 rule 10 set large-community 
Possible completions:
   <text>       ASN:nn:mm BGP large community
   xxx:xxx:0 
   customer_allow_4
                
   customer_allow_6

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202106190417
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible

Event Timeline

Viacheslav triaged this task as Normal priority.Jul 9 2021, 11:59 AM
Viacheslav changed the subtype of this task from "Bug" to "Feature Request".
Viacheslav changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
Viacheslav changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.

It is a feature request.
So we don't have a "large-comm-list" for set in our CLI. It is incorrect to compare "large-community" with "large-comm-list"
The option "delete" is preset only for the "lists"

Frr config:

!
route-map FOO permit 20
 set large-comm-list FOO delete
!
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.