summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorNataliia Solomko <natalirs1985@gmail.com>2026-03-06 18:20:40 +0200
committerNataliia Solomko <natalirs1985@gmail.com>2026-03-06 18:20:40 +0200
commitb4670b3fbb27f727a9dc70731c94be313c08f0ce (patch)
treecf9ad8ad5d3739ce4cc6bfa9f3c529942166ac7c /data/templates
parent20e005fc88c2a5182b0b711245272724a0e9d853 (diff)
downloadvyos-1x-b4670b3fbb27f727a9dc70731c94be313c08f0ce.tar.gz
vyos-1x-b4670b3fbb27f727a9dc70731c94be313c08f0ce.zip
vpp: T8354: Move 'ignore-kernel-routes' option out of resource-allocation section
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/vpp/startup.conf.j22
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 %}
}