Page MenuHomeVyOS Platform

Ability to "set table" in the policy route-map
Closed, ResolvedPublicFEATURE REQUEST

Description

Ability to "set table x" in the route-map.
For example It allows import specific prefixes from neighbor to a specific table.

In FRR it has syntax

!
route-map RMAP-IN permit 100
 set table 100
!

Propossed cli

set policy route-map RMAP-IN rule 10 set table 100

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)

Related Objects

Event Timeline

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

set policy route-map RMAP-IN rule 100 action permit 
set policy route-map RMAP-IN rule 100 set table 100

Vtysh

!
route-map RMAP-IN permit 100
 set table 100
!

Bgp routes in table 100

vyos@vyos:~$  show ip route table 100

VRF default table 100:
B>* 0.0.0.0/0 [200/0] via 10.10.10.1, wg0, 00:56:12
  *                   via 10.20.20.1, wg1, 00:56:12
Viacheslav changed the task status from Open to Needs testing.Oct 30 2020, 9:06 AM
Viacheslav claimed this task.