Loading src/device/service/drivers/ietf_actn/handlers/NetworkTopologyHandler.py +3 −0 Original line number Diff line number Diff line Loading @@ -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', Loading src/device/service/drivers/nce/handlers/NetworkTopologyHandler.py +3 −0 Original line number Diff line number Diff line Loading @@ -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', Loading Loading
src/device/service/drivers/ietf_actn/handlers/NetworkTopologyHandler.py +3 −0 Original line number Diff line number Diff line Loading @@ -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', Loading
src/device/service/drivers/nce/handlers/NetworkTopologyHandler.py +3 −0 Original line number Diff line number Diff line Loading @@ -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', Loading