From 645be5304a43de20814d87ef2afc0d432289c713 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 26 Jul 2023 16:12:51 +0300 Subject: [PATCH] fix #1470 --- nodes/ceos/ceos.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodes/ceos/ceos.cfg b/nodes/ceos/ceos.cfg index d9f9a9c57..e8934d2db 100644 --- a/nodes/ceos/ceos.cfg +++ b/nodes/ceos/ceos.cfg @@ -29,6 +29,10 @@ management api netconf ! management api http-commands no shutdown -{{ if .Env.CLAB_MGMT_VRF }} vrf {{ .Env.CLAB_MGMT_VRF }}{{end}} +{{- if .Env.CLAB_MGMT_VRF }} + ! + vrf {{ .Env.CLAB_MGMT_VRF }} + no shutdown +{{end}} ! end