Page MenuHomeVyOS Platform

Protocols under VRF config run in a single pass against their conf_mode scripts
Open, NormalPublicENHANCEMENT

Description

Currently, when configuring protocols under VRFs, the protocol conf_mode scripts (protocols_bgp.py, protocols_static.py, etc...) are called per VRF rather than run for config on all VRFs. This has very bad scaling and only gets worse as you add more and more VRFs.

My enhancement request would be to have a single pass run against the conf_mode scripts for all VRFs.

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)
Issue type
Performance optimization