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:
Blake Harnden 2020-06-30 12:34:20 -07:00
parent ab17cb1053
commit beaebcfa24
4 changed files with 42 additions and 23 deletions

View file

@ -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 {