From: Suzanne Goldlust Date: Tue, 20 Jun 2023 21:24:08 +0000 (+0000) Subject: [#2833] Replace broken link X-Git-Tag: Kea-2.4.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cea0ca193b8561b70eaba437c0bcae7f3959b29;p=thirdparty%2Fkea.git [#2833] Replace broken link --- diff --git a/src/lib/dhcp/pkt_filter_inet6.cc b/src/lib/dhcp/pkt_filter_inet6.cc index 93a5ef5a27..b7c05af5bb 100644 --- a/src/lib/dhcp/pkt_filter_inet6.cc +++ b/src/lib/dhcp/pkt_filter_inet6.cc @@ -319,8 +319,7 @@ PktFilterInet6::send(const Iface&, uint16_t sockfd, const Pkt6Ptr& pkt) { // may be set using CMSG_SPACE (which includes padding) or // using CMSG_LEN. Both forms appear to work fine on Linux, FreeBSD, // NetBSD, but OpenBSD appears to have a bug, discussed here: - // http://www.archivum.info/mailing.openbsd.bugs/2009-02/00017/ - // kernel-6080-msg_controllen-of-IPV6_PKTINFO.html + // https://marc.info/?l=openbsd-bugs&m=123485913417684&w=2 // which causes sendmsg to return EINVAL if the CMSG_LEN is // used to set the msg_controllen value. m.msg_controllen = CMSG_SPACE(sizeof(struct in6_pktinfo));