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

Proto:

- Added controller_id field in Device
parent 5a259475
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!107Service RecomputeConnections RPC method, Device Controller node pointer and Exclude Constraint
......@@ -175,6 +175,7 @@ message Device {
repeated DeviceDriverEnum device_drivers = 6;
repeated EndPoint device_endpoints = 7;
repeated Component component = 8; // Used for inventory
DeviceId controller_id = 9; // Identifier of node controlling the actual device
}
message Component {
......
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