From owner-freebsd-current@freebsd.org Sat Mar 11 11:24:43 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B5C9D07743 for ; Sat, 11 Mar 2017 11:24:43 +0000 (UTC) (envelope-from guyyur@gmail.com) Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF9271C7F; Sat, 11 Mar 2017 11:24:42 +0000 (UTC) (envelope-from guyyur@gmail.com) Received: by mail-wr0-x241.google.com with SMTP id l37so14348898wrc.3; Sat, 11 Mar 2017 03:24:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=BZB6wdcA+Di1xtlL9K2otEy1n7U08nZHA4RebLMNh3w=; b=fpmQqQeMsz9fkvSce2TBQFkx1dis25gGd9hsRU5bc8bdaxci46u9N+bT7xQNGPF2XS 0+F6z+9pe7MfFkozXu9Ia9Dery9s697wT/jwXeb9QyQBaX5ciTzpj7nPYYx81J9dSq+n 3XplJs+o2CJ1bzHOflgWlt7OyAsMbQ5lh0D0dBTZQQpVurYRtTF4YsfPJHjakj54jiah T8c4CP7365pCQ1kn9wR/9h3GDVhCDcUng36vBqIQ+P4vZVJbNeETt8Wekfm6ilN7YT8k apygBwkvdLnpyTWHz8GH99MSCuZDj7ulpobkzx/ZUnVrKIgsH9wHW85V9WdYszTnCZOw WM6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=BZB6wdcA+Di1xtlL9K2otEy1n7U08nZHA4RebLMNh3w=; b=a1DZRSAZlqT5NdirZ6UpfyOR9qXJr0qiSk8Xmevu8RqFcCGuZaPYRr2Qs6JC5nmRx1 LkrPPXrUTHkUD22TVimlqYq6EPKQYjECgLKK7jAYMu04gKlx0+Vn87+G8wRQrlak3NUd Ej9wLWsS4yWPJMKX/4AWPSwYcMbED1alNAYncNCT9xjIBsAGgg8SZNQNPEx4H8nUILSt HByWXLGaUYQYmD0hO2vTUuCaXz7A2juhT2IB9+MXwTjWdposj3qLyEF9Pl2GGn6H5qPr bbunpoHV/D7lejGXXiqke3V0NW/rMEwu9EbZAeqCUaPkznA50YPAQgRYoL6kLTpOww5e +a2Q== X-Gm-Message-State: AMke39nK3XYrm+E+UKtSvX+rbgXoc7UNKG1TzyvyjOuZex2uBC2vv9Lzeli3p00aaVEoRtdtcPcPQMc6XBHtCQ== X-Received: by 10.223.165.138 with SMTP id g10mr20837668wrc.105.1489231480890; Sat, 11 Mar 2017 03:24:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.209.200 with HTTP; Sat, 11 Mar 2017 03:24:40 -0800 (PST) From: Guy Yur Date: Sat, 11 Mar 2017 13:24:40 +0200 Message-ID: Subject: IPV6_ORIGDSTADDR documentation in ip6.4 man page was added commented out in r314722 To: eri@freebsd.org, freebsd-current Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Mar 2017 11:24:43 -0000 Hi, Support for IPV6_ORIGDSTADDR was added in r314722 with the option documentation commented out in the ip6.4 man page. Should it be uncommented? Patch: https://github.com/guyyur/freebsd-src_patches/blob/master/man4_ip6_updates/uncomment_IPV6_ORIGDSTADDR.patch Also, if anyone is interested, OpenBSD updated their version of ip6.4 a few years ago with APIs/options from RFC3542. http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share/man/man4/ip6.4 I put a series of patches in bug 197256 taking revisions 1.25, 1.26, 1.29, 1.31, 1.32, 1.33, 1.34 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197256 Thanks, Guy Yur