We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5701d1c commit 09da307Copy full SHA for 09da307
main.go
@@ -25,7 +25,7 @@ const (
25
iptablesResyncSeconds = 5
26
encapOverhead = 50
27
vxlanNetwork = "10.5.0.0/16"
28
- subNetworkTpl = "10.5.%v.1"
+ subNetworkTpl = "10.5.%v.0"
29
)
30
31
type config struct {
0 commit comments