[Kea-users] Ignore DROP Client Class for Reservation

Peter Davies peterd at isc.org
Tue Sep 16 04:56:21 UTC 2025


Hi Isaac,

    You could try the following:

         "client-classes": [ {
            "name": "workstations_oui",
            "test": "substring(pkt4.mac, 0, 3) == 0xc46516" }, {
            "name": "DROP",
            "test": "member('workstations_oui') and 
(pkt4.giaddr==192.168.0.1 ) and not member('KNOWN')" } ],

/Peter

-- 

Peter Davies
Support Engineer
Internet Systems Corporation



More information about the Kea-users mailing list