Re: [Kea-users] Hints

2023-05-25 Thread Joshua Pool via Kea-users
Thank you for all your help, I appreciate it. On Thu, May 25, 2023 at 10:30 AM Darren Ankney wrote: > Hi Joshua, > > Looks like it might not be supported in 2.2.0. Here is a, now closed, > GL issue discussing PD hints: > https://gitlab.isc.org/isc-projects/kea/-/issues/1958 which was >

Re: [Kea-users] Hints

2023-05-25 Thread Darren Ankney
Hi Joshua, Looks like it might not be supported in 2.2.0. Here is a, now closed, GL issue discussing PD hints: https://gitlab.isc.org/isc-projects/kea/-/issues/1958 which was milestoned for 2.3.4. Indeed, I just found it in the release notes for 2.3.4:

Re: [Kea-users] Hints

2023-05-25 Thread Joshua Pool via Kea-users
DHCPv6 Message type: Solicit (1) Transaction ID: 0x05194c Client Identifier Option: Client Identifier (1) Length: 10 DUID: 000300010e2115700cf0 DUID Type: link-layer address (3) Hardware type: Ethernet (1) Link-layer address:

Re: [Kea-users] Hints

2023-05-25 Thread Darren Ankney
Joshua, Assuming the logging is correct, it looks like the hint may not be correct. It should be just an integer. It shouldn't have any other data (such as :: or /) in the field: https://www.rfc-editor.org/rfc/rfc8415#section-18.2.1 The client MAY include values in IA Prefix options (see

Re: [Kea-users] Hints

2023-05-23 Thread Joshua Pool via Kea-users
Thanks for the response. I am using a Mikrotik router and I can get the desired PD from Charter Spectrum just fine but when I try to do the same with Kea it always assigns me the delegated-len value of /56 regardless of what hint I include. In this example my Mikrotik is set with prefix hin ::/64

Re: [Kea-users] Hints

2023-05-23 Thread Darren Ankney
Hello Joshua, It would appear it just happens. No need to configure anything. There is a debug message about the hint being processed: https://kea.readthedocs.io/en/kea-2.2.0/kea-messages.html DHCP6_PROCESS_IA_PD_REQUEST %1: server is processing IA_PD option with iaid=%2 and hint=%3 This is