mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-01 20:52:57 +08:00
remove userips usage, add allow all to fwupdate
This commit is contained in:
@@ -37,9 +37,9 @@ type IngressInfo struct {
|
||||
IngressID string `json:"ingress_id"`
|
||||
Network net.IPNet `json:"network"`
|
||||
Network6 net.IPNet `json:"network6"`
|
||||
UserIps []net.IP `json:"user_ips"`
|
||||
StaticNodeIps []net.IP `json:"static_node_ips"`
|
||||
Rules []FwRule `json:"rules"`
|
||||
AllowAll bool `json:"allow_all"`
|
||||
}
|
||||
|
||||
// EgressInfo - struct for egress info
|
||||
|
||||
Reference in New Issue
Block a user