diff options
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 c1dac7757..5cab34a97 100644 --- a/data/templates/vpp/startup.conf.j2 +++ b/data/templates/vpp/startup.conf.j2 @@ -110,7 +110,7 @@ plugins { linux-cp { lcp-sync lcp-auto-subint -{% if lcp.route_no_paths is vyos_defined %} +{% if lcp.ignore_kernel_routes is not vyos_defined %} route-no-paths {% endif %} } |
