Skip to content

Commit

Permalink
Add REFRESH_REQUESTED connection state (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Glazychev <artem.glazychev@xored.com>
  • Loading branch information
glazychev-art authored Jul 11, 2022
1 parent 0b96f94 commit a596890
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion pkg/api/ipam/ipam.pb.go

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

48 changes: 26 additions & 22 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 @@ -33,6 +33,7 @@ message Mechanism {
enum State {
UP = 0;
DOWN = 1;
REFRESH_REQUESTED = 2;
}

message PathSegment {
Expand Down
4 changes: 2 additions & 2 deletions pkg/api/networkservice/connectioncontext.pb.go

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

0 comments on commit a596890

Please sign in to comment.