remove userips usage, add allow all to fwupdate

This commit is contained in:
abhishek9686
2024-10-23 14:15:13 +04:00
parent ffb75fa6c1
commit c0f107b302
5 changed files with 24 additions and 16 deletions

View File

@@ -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