admin@vyos# set vrf name SECOMAT table Possible completions: <100-65535> Routing table ID 10001 admin@vyos# set policy route PRIVATE_TO_SECOMAT rule 2 set table Possible completions: <1-200> Table number main Main table
Since you can set VRF table numbers between 100 and 65535 (and soon 1-65535, see https://github.com/vyos/vyos-1x/pull/3353) one should be able to use it in a route policy.
I think the code change is necessary just in https://github.com/vyos/vyos-1x/blob/current/interface-definitions/include/policy/route-common.xml.i#L176 .