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:
parent
9b16f272b8
commit
9ada94107e
4 changed files with 27 additions and 11 deletions
|
@ -666,6 +666,7 @@ message GetEmaneModelConfigsResponse {
|
|||
message ModelConfig {
|
||||
string model = 1;
|
||||
map<string, ConfigOption> config = 2;
|
||||
int32 interface = 3;
|
||||
}
|
||||
map<int32, ModelConfig> configs = 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue