Merge pull request #1231 from mrjana/overlay
Allow maximum possible VNI
This commit is contained in:
commit
faf290f69e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ const (
|
|||
vethPrefix = "veth"
|
||||
vethLen = 7
|
||||
vxlanIDStart = 256
|
||||
vxlanIDEnd = 1000
|
||||
vxlanIDEnd = (1 << 24) - 1
|
||||
vxlanPort = 4789
|
||||
vxlanVethMTU = 1450
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue