updates to grpc add_link to return created interface data
This commit is contained in:
parent
0d3460e2ec
commit
71aeb98bb9
7 changed files with 77 additions and 19 deletions
|
@ -454,6 +454,8 @@ message AddLinkRequest {
|
|||
|
||||
message AddLinkResponse {
|
||||
bool result = 1;
|
||||
Interface interface_one = 2;
|
||||
Interface interface_two = 3;
|
||||
}
|
||||
|
||||
message EditLinkRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue