Commit 2e27b0c8 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device - Openconfig Driver:

- Fixed pull-from-develop leftovers
parent 32779e30
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'])