Page MenuHomeVyOS Platform

Wrong format and valueHelp for policy as-path-list regex
Closed, ResolvedPublicBUG

Description

It seems it valueHelp for "community"

vyos@r2-roll# set policy as-path-list FOO rule 10 regex 
Possible completions:
   <aa:nn>      AS path regular expression (ex: "50:1 6553:1201")

As-path-list should be <asn> and "64501 64502"

Details

Difficulty level
Easy (less than an hour)
Version
-
Why the issue appeared?
Implementation mistake
Is it a breaking change?
Perfectly compatible

Related Objects

Event Timeline

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.
Viacheslav changed the subtype of this task from "Feature Request" to "Bug".

PR https://github.com/vyos/vyatta-cfg-quagga/pull/69

vyos@r2-roll# set policy as-path-list FOO rule 10 regex 
Possible completions:
   <asn>        AS path regular expression (ex: "64501 64502")

Can be "cherry-picked" to 1.3 and crux

dmbaturin changed Why the issue appeared? from Will be filled on close to Implementation mistake.