Re: [Kea-users] Multiple client class definitions

2023-05-11 Thread Darren Ankney
Hi Kraishak, Sorry. It looks like I confused reservations' client-classes (which IS a list) with pool's client-class (which is NOT a list) Thank you, Darren Ankney On Wed, May 10, 2023 at 6:36 AM Kraishak Mahtha wrote: > > Hi Darren, > > Thanks for the response, > > "client-class": [ > "all

Re: [Kea-users] Multiple client class definitions

2023-05-10 Thread Kraishak Mahtha
Hi Darren, Thanks for the response, "client-class": [ "allow-one", "HA_dhcp1" ] --> I tried this but it gives me a syntax error Syntax check failed with: kea-dhcp4.conf:90.29: syntax error, unexpected [, expecting constant string so in my case where subnets have multiple client class combin

Re: [Kea-users] Multiple client class definitions

2023-05-05 Thread Darren Ankney
Hello Kraishak, I don't think you can have multiple client classes specified at the pool level. If you could, it would be done something like this: "client-class": [ "allow-one", "HA_dhcp1" ] You will probably need to create a class for each that contains the members you want in that pool

[Kea-users] Multiple client class definitions

2023-05-05 Thread Kraishak Mahtha
Hi all, I have a use case where one of the client class definitions should be applied for all subnets and my configuration has also been in the HA, so basically I need to assign two classes or sometimes I need to add more class statements to a subnet. So I tried configuring it like this and it did