Page MenuHomeVyOS Platform

Add route-map "as-path prepend last-as x" option
Closed, ResolvedPublicFEATURE REQUEST

Description

Allow to set as-path prepend last-as

FRR

testrouter(config-route-map)# set as-path prepend last-as 
  (1-10)  Number of times to insert

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

In 1.4 it working

set policy route-map FOO rule 10 action 'permit'
set policy route-map FOO rule 10 set as-path-prepend 'last-as 2'

Implemented as set policy route-map FOO rule 10 set as-path prepend-last-as 2

c-po triaged this task as Wishlist priority.