Skip to content

Commit

Permalink
reserve NebulaHandshakeDetails fields for multiport
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 committed Apr 27, 2022
1 parent 45d1d2b commit 0e3c44e
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 37 deletions.
75 changes: 38 additions & 37 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,5 +61,7 @@ message NebulaHandshakeDetails {
uint32 ResponderIndex = 3;
uint64 Cookie = 4;
uint64 Time = 5;
// reserved for WIP multiport
reserved 6, 7;
}

0 comments on commit 0e3c44e

Please sign in to comment.