updates to support multiple links between nodes in pygui, initially handling multiple wireless links
This commit is contained in:
parent
cd8157eff7
commit
3c4a908fd5
6 changed files with 97 additions and 20 deletions
|
@ -686,6 +686,7 @@ message Link {
|
|||
Interface interface_one = 4;
|
||||
Interface interface_two = 5;
|
||||
LinkOptions options = 6;
|
||||
int32 network_id = 7;
|
||||
}
|
||||
|
||||
message LinkOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue