diff options
| author | Nataliia Solomko <natalirs1985@gmail.com> | 2026-03-06 18:20:40 +0200 |
|---|---|---|
| committer | Nataliia Solomko <natalirs1985@gmail.com> | 2026-03-06 18:20:40 +0200 |
| commit | b4670b3fbb27f727a9dc70731c94be313c08f0ce (patch) | |
| tree | cf9ad8ad5d3739ce4cc6bfa9f3c529942166ac7c /data | |
| parent | 20e005fc88c2a5182b0b711245272724a0e9d853 (diff) | |
| download | vyos-1x-b4670b3fbb27f727a9dc70731c94be313c08f0ce.tar.gz vyos-1x-b4670b3fbb27f727a9dc70731c94be313c08f0ce.zip | |
vpp: T8354: Move 'ignore-kernel-routes' option out of resource-allocation section
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/vpp/startup.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/vpp/startup.conf.j2 b/data/templates/vpp/startup.conf.j2 index 481261786..5d5406747 100644 --- a/data/templates/vpp/startup.conf.j2 +++ b/data/templates/vpp/startup.conf.j2 @@ -122,7 +122,7 @@ crypto-engines { linux-cp { lcp-sync lcp-auto-subint -{% if resource_allocation.ignore_kernel_routes is not vyos_defined %} +{% if ignore_kernel_routes is not vyos_defined %} route-no-paths {% endif %} } |
