Cleanup firewall rule names

This commit is contained in:
Paul Tyng
2020-01-12 10:29:28 -05:00
parent 091aff2b90
commit 1f8ef07e63
4 changed files with 60 additions and 49 deletions

View File

@@ -45,7 +45,7 @@ type SettingUsg struct {
GeoIPFilteringTrafficDirection string `json:"geo_ip_filtering_traffic_direction,omitempty"` // ^(both|ingress|egress)$
GreModule bool `json:"gre_module"`
H323Module bool `json:"h323_module"`
IcmpTimeout int `json:"icmp_timeout,omitempty"`
ICMPTimeout int `json:"icmp_timeout,omitempty"`
LldpEnableAll bool `json:"lldp_enable_all"`
MdnsEnabled bool `json:"mdns_enabled"`
MssClamp string `json:"mss_clamp,omitempty"` // auto|custom|disabled