Page MenuHomeVyOS Platform

Route leaking using route-map
Closed, ResolvedPublicFEATURE REQUEST

Description

Summary
FRR has a possibility of leaking routes from vrf to vrf route-map route-map filtering. Our CLI does not have it.
Example:

route-map ROUTEMAPVRFIMPORT permit 10
 match ip address prefix-list VRFIMPORTLIST
 match source-vrf VRF1
exit

router bgp 64595
 address-family ipv4 unicast
  import vrf route-map ROUTEMAPVRFIMPORT
 exit-address-family
exit

Use case

This feature allows using route leaking between vrfs and filtering routes by route-map.

Additional information

Details

Version
VyOS 1.5-rolling-202502120007
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

a.apostoliuk triaged this task as Normal priority.
a.apostoliuk changed Version from - to VyOS 1.5-rolling-202502120007.Feb 12 2025, 2:43 PM
a.apostoliuk changed the task status from Open to In progress.Feb 27 2025, 9:06 AM
a.apostoliuk claimed this task.
a.apostoliuk changed the task status from In progress to Needs testing.May 22 2025, 7:46 AM
a.apostoliuk moved this task from Need Triage to Completed on the VyOS Rolling board.
a.apostoliuk moved this task from Backlog to Finished on the VyOS 1.4 Sagitta (1.4.3) board.