]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2833] Replace broken link
authorSuzanne Goldlust <sgoldlust@isc.org>
Tue, 20 Jun 2023 21:24:08 +0000 (21:24 +0000)
committerPiotrek Zadroga <piotrek@isc.org>
Tue, 27 Jun 2023 15:32:48 +0000 (15:32 +0000)
src/lib/dhcp/pkt_filter_inet6.cc

index 93a5ef5a27c85ac4be1b46bb7f80174060a9bac5..b7c05af5bb8b38732e23f3fd9b17aa401dc4ca11 100644 (file)
@@ -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));