summaryrefslogtreecommitdiff
path: root/data/templates/https/override.conf.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/https/override.conf.tmpl')
-rw-r--r--data/templates/https/override.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/https/override.conf.tmpl b/data/templates/https/override.conf.tmpl
index 824b1ba3b..1760a5ff3 100644
--- a/data/templates/https/override.conf.tmpl
+++ b/data/templates/https/override.conf.tmpl
@@ -1,4 +1,4 @@
-{% set vrf_command = 'ip vrf exec ' + vrf + ' ' if vrf is defined else '' %}
+{% set vrf_command = 'ip vrf exec ' ~ vrf ~ ' ' if vrf is vyos_defined else '' %}
[Unit]
StartLimitIntervalSec=0
After=vyos-router.service