onvif
    Preparing search index...

    Interface IPv6Configuration

    interface IPv6Configuration {
        acceptRouterAdvert?: boolean;
        DHCP: IPv6DHCPConfiguration;
        extension?: IPv6ConfigurationExtension;
        fromDHCP?: PrefixedIPv6Address[];
        fromRA?: PrefixedIPv6Address[];
        linkLocal?: PrefixedIPv6Address[];
        manual?: PrefixedIPv6Address[];
    }
    Index
    acceptRouterAdvert?: boolean

    Indicates whether router advertisment is used.

    DHCP configuration.

    fromDHCP?: PrefixedIPv6Address[]

    List of IPv6 addresses configured by using DHCP.

    List of IPv6 addresses configured by using router advertisment.

    linkLocal?: PrefixedIPv6Address[]

    List of link local IPv6 addresses.

    List of manually entered IPv6 addresses.