From 9cea0ca193b8561b70eaba437c0bcae7f3959b29 Mon Sep 17 00:00:00 2001 From: Suzanne Goldlust Date: Tue, 20 Jun 2023 21:24:08 +0000 Subject: [PATCH] [#2833] Replace broken link --- src/lib/dhcp/pkt_filter_inet6.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)); -- 2.47.2