grpc: added node_id and net2_id data to interface protos to allow querying a node to provide the node and networks an interface is associated with
This commit is contained in:
parent
ab17cb1053
commit
beaebcfa24
4 changed files with 42 additions and 23 deletions
|
@ -742,6 +742,8 @@ message Interface {
|
|||
int32 net_id = 8;
|
||||
int32 flow_id = 9;
|
||||
int32 mtu = 10;
|
||||
int32 node_id = 11;
|
||||
int32 net2_id = 12;
|
||||
}
|
||||
|
||||
message SessionLocation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue