Forgot to run go generate (#75)
This commit is contained in:
2
unifi/setting_usg.generated.go
generated
2
unifi/setting_usg.generated.go
generated
@@ -55,7 +55,7 @@ type SettingUsg struct {
|
|||||||
H323Module bool `json:"h323_module"`
|
H323Module bool `json:"h323_module"`
|
||||||
ICMPTimeout int `json:"icmp_timeout,omitempty"`
|
ICMPTimeout int `json:"icmp_timeout,omitempty"`
|
||||||
LldpEnableAll bool `json:"lldp_enable_all"`
|
LldpEnableAll bool `json:"lldp_enable_all"`
|
||||||
MdnsEnabled bool `json:"mdns_enabled,omitempty"`
|
MdnsEnabled bool `json:"mdns_enabled"`
|
||||||
MssClamp string `json:"mss_clamp,omitempty"` // auto|custom|disabled
|
MssClamp string `json:"mss_clamp,omitempty"` // auto|custom|disabled
|
||||||
MssClampMss int `json:"mss_clamp_mss,omitempty"` // [1-9][0-9]{2,3}
|
MssClampMss int `json:"mss_clamp_mss,omitempty"` // [1-9][0-9]{2,3}
|
||||||
OffloadAccounting bool `json:"offload_accounting"`
|
OffloadAccounting bool `json:"offload_accounting"`
|
||||||
|
|||||||
Reference in New Issue
Block a user