Page MenuHomeVyOS Platform

Add ability to create static route from default to VRF
Closed, ResolvedPublicFEATURE REQUEST

Description

Right now you are able to add a route from a VRF to the default routing table but not the other way around.

Details

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

Event Timeline

Raeven renamed this task from Create static route from default to VRF to Add ability to create static route from default to VRF.Mar 28 2020, 9:14 AM
vyos@vyos# show interfaces ethernet eth3
 address 192.168.3.1/24
 vrf red
vyos@vyos# show protocols static route 192.168.3.0/24
 next-hop 192.168.3.1 {
     next-hop-interface eth3
     next-hop-vrf red
 }
vyos@vyos# run show ip route | match 192.168.3.0
S>* 192.168.3.0/24 [1/0] via 192.168.3.1, eth3(vrf red), 00:01:05
erkin set Issue type to Feature (new functionality).Aug 30 2021, 7:59 AM
erkin removed a subscriber: Active contributors.