We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86366e2 commit f9a424eCopy full SHA for f9a424e
contivModel.go
@@ -2981,7 +2981,7 @@ func ValidateNetwork(obj *Network) error {
2981
return errors.New("nwType string invalid format")
2982
}
2983
2984
- if obj.PktTag > 4094 {
+ if obj.PktTag > 1.6777216e+07 {
2985
return errors.New("pktTag Value Out of bound")
2986
2987
network.json
@@ -37,7 +37,7 @@
37
"type": "int",
38
"title": "Vlan/Vxlan Tag",
39
"showSummary": true,
40
- "max": 4094
+ "max": 16777216
41
},
42
"subnet": {
43
"type": "string",
0 commit comments