Page MenuHomeVyOS Platform

vyos.vyos.vyos_static_routes does not support interface routes
Open, NormalPublicBUG

Description

SUMMARY
There are a few issues that make supporting interface routes not possible today:

forward_router_address is required, which doesn't make sense for an interface route. For a static route you need one of forward_router_address or interface.
Even working around that issue, the generated command only looks like it'd work for the current rolling release, and not 1.3 or older which uses a slightly different syntax.

Details

Version
4.0.0
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)