kea-client
    Preparing search index...

    Interface SharedNetwork6Config

    Loosely-typed JSON object, used for Kea config fragments whose full schema is defined by the Kea JSON config grammar rather than this client.

    interface SharedNetwork6Config {
        name: string;
        subnet6?: Subnet6Config[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    name: string
    subnet6?: Subnet6Config[]