Browse Source

Add NetLinkBootstrap to config field

Ettore Di Giacinto 4 years ago
parent
commit
f2a0ee5da3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      pkg/edgevpn/config.go

+ 2 - 0
pkg/edgevpn/config.go

@@ -40,6 +40,8 @@ type Config struct {
 
 	SealKeyLength int
 
+	NetLinkBootstrap bool
+
 	// Handle is a handle consumed by HumanInterfaces to handle received messages
 	Handle func(bool, *hub.Message)
 }