mirror of
https://github.com/kerberos-io/onvif.git
synced 2026-08-23 15:08:33 +00:00
fix iota
This commit is contained in:
@@ -1938,7 +1938,7 @@ type NetworkZeroConfigurationExtension2 xsd.AnyType
|
||||
|
||||
|
||||
type IPAddressFilter struct {
|
||||
Type IPAddressFilterType `xml:"onvif:Type"`
|
||||
Type string `xml:"onvif:Type"`
|
||||
IPv4Address PrefixedIPv4Address `xml:"onvif:IPv4Address,omitempty"`
|
||||
IPv6Address PrefixedIPv6Address `xml:"onvif:IPv6Address,omitempty"`
|
||||
Extension IPAddressFilterExtension `xml:"onvif:Extension,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user