onvif
    Preparing search index...

    Interface IPv6NetworkInterfaceSetConfiguration

    interface IPv6NetworkInterfaceSetConfiguration {
        acceptRouterAdvert?: boolean;
        DHCP?: IPv6DHCPConfiguration;
        enabled?: boolean;
        manual?: PrefixedIPv6Address[];
    }
    Index
    acceptRouterAdvert?: boolean

    Indicates whether router advertisment is used.

    DHCP configuration.

    enabled?: boolean

    Indicates whether or not IPv6 is enabled.

    List of manually added IPv6 addresses.