|
@@ -37,9 +37,10 @@ type IngressInfo struct {
|
|
|
}
|
|
|
|
|
|
type EgressInfo struct {
|
|
|
- EgressID string `json:"egress_id" yaml:"egress_id"`
|
|
|
- GwPeers map[string]PeerRouteInfo `json:"gateway_peers" yaml:"gateway_peers"`
|
|
|
- EgressGWCfg EgressGatewayRequest `json:"egress_gateway_cfg" yaml:"egress_gateway_cfg"`
|
|
|
+ EgressID string `json:"egress_id" yaml:"egress_id"`
|
|
|
+ EgressGwAddr net.IPNet `json:"egress_gw_addr" yaml:"egress_gw_addr"`
|
|
|
+ GwPeers map[string]PeerRouteInfo `json:"gateway_peers" yaml:"gateway_peers"`
|
|
|
+ EgressGWCfg EgressGatewayRequest `json:"egress_gateway_cfg" yaml:"egress_gateway_cfg"`
|
|
|
}
|
|
|
|
|
|
// PeerRouteInfo - struct for peer info for an ext. client
|