Skip to content

Commit 0e3c44e

Browse files
committed
reserve NebulaHandshakeDetails fields for multiport
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 45d1d2b commit 0e3c44e

File tree

2 files changed

+40
-37
lines changed

2 files changed

+40
-37
lines changed

nebula.pb.go

Lines changed: 38 additions & 37 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,5 +61,7 @@ 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

0 commit comments

Comments
 (0)