changes to grpc get emane model configs to return the interface value and actual node id, instead of coded value that would need to be parsed

This commit is contained in:
Blake Harnden 2019-12-13 14:03:41 -08:00
parent 9b16f272b8
commit 9ada94107e
4 changed files with 27 additions and 11 deletions

View file

@ -666,6 +666,7 @@ message GetEmaneModelConfigsResponse {
message ModelConfig {
string model = 1;
map<string, ConfigOption> config = 2;
int32 interface = 3;
}
map<int32, ModelConfig> configs = 1;
}