Skip to content
Snippets Groups Projects
Commit 2e27b0c8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device - Openconfig Driver:

- Fixed pull-from-develop leftovers
parent 32779e30
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!213Resolve "(CTTC) Implement NBI connector to manage Network Access Control Lists (ACLs)"
......@@ -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'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment