Commit 090ef539 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Device component - IETF ACTN / NCE:

- Added missing endpoint settings during discovery
parent d45603d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -137,6 +137,9 @@ class NetworkTopologyHandler:

                endpoint_url = '/endpoints/endpoint[{:s}, {:s}]'.format(node_id, tp_id)
                endpoint_settings = {
                    'uuid'          : tp_id,
                    'name'          : tp_name,
                    'type'          : endpoint_type,
                    'address_ip'    : tp_ip_addr,
                    'address_prefix': '24',
                    'mtu'           : '1500',
+3 −0
Original line number Diff line number Diff line
@@ -141,6 +141,9 @@ class NetworkTopologyHandler:

                endpoint_url = '/endpoints/endpoint[{:s}, {:s}]'.format(node_id, tp_id)
                endpoint_settings = {
                    'uuid'          : tp_id,
                    'name'          : tp_name,
                    'type'          : endpoint_type,
                    'address_ip'    : tp_ip_addr,
                    'address_prefix': '24',
                    'mtu'           : '1500',