Re: [Kea-users] kea-dhcp6 : KNOWN class setting vs mac-sources and DUIDs types

2025-04-13 Thread Jan Rovner via Kea-users
Hello and thank you very much for your help. I have looked into the source code dhcp6_srv.cc and the issue is most probably cased by the way how Dhcpv6Srv::setHostIdentifiers() iterates over cfg->getIdentifierTypes() collection - there is a switch statement with breaks inside the loop. I suppos

Re: [Kea-users] Problem when using libdhcp_subnet_cmds.so in kea 2.7.7

2025-04-13 Thread Darren Ankney
You will need to perform a config-write to write the changes to the config file. The changes made by API commands are only in memory until a config-write is performed. On Thu, Apr 10, 2025 at 12:56 PM tachibanash...@outlook.com < tachibanash...@outlook.com> wrote: > Hi Razvan, > > > I run the AP

Re: [Kea-users] kea-dhcp6 : KNOWN class setting vs mac-sources and DUIDs types

2025-04-13 Thread Darren Ankney
Hi Jan, You may want to investigate your assumption that option 79 is included. >From what you've shown here, it seems likely that it was not included. You can do this with `tcpdump -i -w dhcp6.pcap port 547` The resulting dhcp6.pcap can be opened in Wireshark for inspection. I think you might