[Kea-users] client-classes for a particular MAC Address of a CPE

Francis Dupont fdupont at isc.org
Mon Jul 2 21:18:27 UTC 2018


Remove the '' in:
"test": "/substring(pkt4.mac, 0, 6) = '0x00d0550b6076'",

so you should use:

"test": "/substring(pkt4.mac, 0, 6) = 0x00d0550b6076",

Regards

Francis Dupont <fdupont at isc.org>



More information about the Kea-users mailing list