Skip to content

Commit 09da307

Browse files
committed
subNetworkTpl
1 parent 5701d1c commit 09da307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
iptablesResyncSeconds = 5
2626
encapOverhead = 50
2727
vxlanNetwork = "10.5.0.0/16"
28-
subNetworkTpl = "10.5.%v.1"
28+
subNetworkTpl = "10.5.%v.0"
2929
)
3030

3131
type config struct {

0 commit comments

Comments
 (0)