[kea-dev] Client classification design

Thomas Markwalder tmark at isc.org
Fri Oct 16 17:46:46 UTC 2015


On 10/16/15 7:43 AM, Thomas Markwalder wrote:
> On another note, it would be good to look at the tasks Tomek has
> identified and see if we can identify concurrent work paths.  In other
> words, what parts can be done in parallel?
>
> Thomas
> _______________________________________________
> kea-dev mailing list
> kea-dev at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-dev
Just to clarify my suggestion:


{
"Dhcp4": {
    :
    # Globally v4 class definitions using format in proposal 2
    "client-classes": [
        { class A },    
        { class B },
            :
        { class X },
     ],

    # Subnets use format in proposal 3 for option-data
    "subnet4": [
        { subnet 0 },
        { subnet 1 },
            :
        { subnet n },
    ],

   "lease-database": {
        :
    },
    :
    }
}




More information about the kea-dev mailing list