grpc: added nem id and port to interface data returned from GetNode
This commit is contained in:
parent
cd6bb319ad
commit
e4abefe23b
4 changed files with 18 additions and 4 deletions
|
@ -668,6 +668,8 @@ message Interface {
|
|||
int32 mtu = 10;
|
||||
int32 node_id = 11;
|
||||
int32 net2_id = 12;
|
||||
int32 nem_id = 13;
|
||||
int32 nem_port = 14;
|
||||
}
|
||||
|
||||
message SessionLocation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue