grpc: added nem id and port to interface data returned from GetNode

This commit is contained in:
Blake Harnden 2022-08-03 17:21:31 -07:00
parent cd6bb319ad
commit e4abefe23b
4 changed files with 18 additions and 4 deletions

View file

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