Skip to content

Commit

Permalink
reserve NebulaHandshakeDetails fields for multiport (#674)
Browse files Browse the repository at this point in the history
We are currently testing changes for multiport (related to #497) that
use fields 6 and 7 in the protobuf. Reserved these fields so that when
we eventually open the PR we are backwards compatible with any future
changes.
  • Loading branch information
wadey authored Jun 27, 2022
1 parent a0b2806 commit 85ec807
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 44 deletions.
89 changes: 45 additions & 44 deletions nebula.pb.go

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

2 changes: 2 additions & 0 deletions nebula.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ message NebulaHandshakeDetails {
uint32 ResponderIndex = 3;
uint64 Cookie = 4;
uint64 Time = 5;
// reserved for WIP multiport
reserved 6, 7;
}

message NebulaControl {
Expand Down

0 comments on commit 85ec807

Please sign in to comment.