summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-09 13:45:14 +0200
committerGitHub <noreply@github.com>2026-03-09 13:45:14 +0200
commit124304285eef883069303773093ed76f6d593c16 (patch)
tree60d98675158d1cd1626eba691e49dec90d7335fe /data
parentc415e28055137f7b8ac3e302bec9465c0a798184 (diff)
parentb4670b3fbb27f727a9dc70731c94be313c08f0ce (diff)
downloadvyos-1x-124304285eef883069303773093ed76f6d593c16.tar.gz
vyos-1x-124304285eef883069303773093ed76f6d593c16.zip
Merge pull request #5034 from natali-rs1985/T8354
vpp: T8354: Move 'ignore-kernel-routes' option out of resource-allocation section
Diffstat (limited to 'data')
-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 %}
}