From b4670b3fbb27f727a9dc70731c94be313c08f0ce Mon Sep 17 00:00:00 2001 From: Nataliia Solomko Date: Fri, 6 Mar 2026 18:20:40 +0200 Subject: vpp: T8354: Move 'ignore-kernel-routes' option out of resource-allocation section --- data/templates/vpp/startup.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') 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 %} } -- cgit v1.2.3