Skip to content

Commit 85ec807

Browse files
authored
reserve NebulaHandshakeDetails fields for multiport (#674)
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.
1 parent a0b2806 commit 85ec807

File tree

2 files changed

+47
-44
lines changed

2 files changed

+47
-44
lines changed

nebula.pb.go

Lines changed: 45 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nebula.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ message NebulaHandshakeDetails {
6161
uint32 ResponderIndex = 3;
6262
uint64 Cookie = 4;
6363
uint64 Time = 5;
64+
// reserved for WIP multiport
65+
reserved 6, 7;
6466
}
6567

6668
message NebulaControl {

0 commit comments

Comments
 (0)