File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ type Global struct {
320
320
}
321
321
322
322
type GlobalOper struct {
323
+ ClusterMode string `json:"clusterMode,omitempty"` //
323
324
DefaultNetwork string `json:"defaultNetwork,omitempty"` //
324
325
FreeVXLANsStart int `json:"freeVXLANsStart,omitempty"` //
325
326
NumNetworks int `json:"numNetworks,omitempty"` //
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ type Global struct {
201
201
}
202
202
203
203
type GlobalOper struct {
204
+ ClusterMode string `json:"clusterMode,omitempty"` //
204
205
DefaultNetwork string `json:"defaultNetwork,omitempty"` //
205
206
FreeVXLANsStart int `json:"freeVXLANsStart,omitempty"` //
206
207
NumNetworks int `json:"numNetworks,omitempty"` //
Original file line number Diff line number Diff line change 61
61
},
62
62
"freeVXLANsStart" : {
63
63
"type" : " int"
64
+ },
65
+ "clusterMode" : {
66
+ "type" : " string"
64
67
}
65
68
}
66
69
}
You can’t perform that action at this time.
0 commit comments