From 2e27b0c8700b33aafd76b93d4ecbe4809500354c Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 4 Jul 2024 14:45:59 +0000 Subject: [PATCH] Device - Openconfig Driver: - Fixed pull-from-develop leftovers --- .../openconfig/templates/VPN/Network_instance_multivendor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/device/service/drivers/openconfig/templates/VPN/Network_instance_multivendor.py b/src/device/service/drivers/openconfig/templates/VPN/Network_instance_multivendor.py index c92fed877..157dd0ab8 100644 --- a/src/device/service/drivers/openconfig/templates/VPN/Network_instance_multivendor.py +++ b/src/device/service/drivers/openconfig/templates/VPN/Network_instance_multivendor.py @@ -125,6 +125,7 @@ def add_protocol_NI(parameters,vendor, DEL): with tag('config'): with tag('identifier', 'xmlns:oc-pol-types="http://openconfig.net/yang/policy-types"'):text('oc-pol-types:',parameters['identifier']) with tag('name') :text(parameters['protocol_name']) + with tag('enabled'): text('true') if "BGP" in parameters['identifier']: with tag('bgp'): with tag('name'): text(parameters['as']) -- GitLab