X-RT-Original-Encoding: utf-8 Message-ID: Content-Disposition: inline MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: binary X-RT-Interface: Web X-Mailer: MIME-tools 5.508 (Entity 5.508) References: In-Reply-To: RT-Send-CC: Content-Length: 648 Tested the DHCPv4 part with success. With a correct setup (server routing, dhcrelay with the 2 interfaces): - old ISC DHCP works but does not copy RAI relay port sub-option and sends replay to port 67 (expected behavior, it works because the relay is backward compatible and listen on both the relay port and the legacy port) - new ISC DHCP works, copies the RAI relay port and uses the port it receives queries from. - new Kea works, copies the RAI relay port and uses the port it receives queries from (I didn't check old Kea but it should behave in a similar way than old ISC DHCP). Tomorrow I'll try the DHCPv6 part.