sdwan: add hub node selection and auto fallback to mesh
This commit is contained in:
@@ -297,7 +297,8 @@ type SDWANConfig struct {
|
||||
Name string `json:"name,omitempty"`
|
||||
GatewayCIDR string `json:"gatewayCIDR"`
|
||||
Mode string `json:"mode,omitempty"` // hub | mesh | fullmesh
|
||||
IP string `json:"ip,omitempty"` // node self IP if pushed per-node
|
||||
HubNode string `json:"hubNode,omitempty"`
|
||||
IP string `json:"ip,omitempty"` // node self IP if pushed per-node
|
||||
MTU int `json:"mtu,omitempty"`
|
||||
Routes []string `json:"routes,omitempty"`
|
||||
Nodes []SDWANNode `json:"nodes"`
|
||||
|
||||
Reference in New Issue
Block a user