Skip to content

Commit

Permalink
Add RESELECT_REQUESTED connection state (networkservicemesh#160)
Browse files Browse the repository at this point in the history
* add reselect connection state

Signed-off-by: Danil Uzlov <DanilUzlov@yandex.ru>

* fix ci

Signed-off-by: Danil Uzlov <DanilUzlov@yandex.ru>

---------

Signed-off-by: Danil Uzlov <DanilUzlov@yandex.ru>
  • Loading branch information
d-uzlov authored Jun 27, 2023
1 parent f70362f commit 9785eac
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 23 deletions.
51 changes: 28 additions & 23 deletions pkg/api/networkservice/connection.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pkg/api/networkservice/connection.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ enum State {
UP = 0;
DOWN = 1;
REFRESH_REQUESTED = 2;
RESELECT_REQUESTED = 3;
}

message PathSegment {
Expand Down

0 comments on commit 9785eac

Please sign in to comment.