From owner-freebsd-net@freebsd.org Tue May 31 19:36:34 2016 Return-Path: Delivered-To: freebsd-net@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 BA441B5BD48 for ; Tue, 31 May 2016 19:36:34 +0000 (UTC) (envelope-from brett@lariat.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id ACEA8197E for ; Tue, 31 May 2016 19:36:34 +0000 (UTC) (envelope-from brett@lariat.net) Received: by mailman.ysv.freebsd.org (Postfix) id A837FB5BD42; Tue, 31 May 2016 19:36:34 +0000 (UTC) Delivered-To: net@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 A7DA3B5BD41 for ; Tue, 31 May 2016 19:36:34 +0000 (UTC) (envelope-from brett@lariat.net) Received: from mail.lariat.net (mail.lariat.net [66.62.230.51]) by mx1.freebsd.org (Postfix) with ESMTP id 520F71977 for ; Tue, 31 May 2016 19:36:34 +0000 (UTC) (envelope-from brett@lariat.net) Received: from Toshi.lariat.net (IDENT:ppp1000.lariat.net@localhost [127.0.0.1]) by mail.lariat.net (8.9.3/8.9.3) with ESMTP id LAA27388 for ; Tue, 31 May 2016 11:58:39 -0600 (MDT) Message-Id: <201605311758.LAA27388@mail.lariat.net> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 31 May 2016 11:55:25 -0600 To: net@freebsd.org From: Brett Glass Subject: MPPC for Netgraph: Isn't it time? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2016 19:36:34 -0000 Everyone: Just built a kernel today, and realized that for years I have had to integrate MPPC compression/encryption (see man page ng_mppc(4)) for PPP/L2TP/PPTP manually, even though the HiFn patent has long since expired and there's no reason not to include the files in the FreeBSD code base. Could a committer with access to that part of the tree please import the files mppc.h, mppcc.c, and mppcd.c into /sys/net so there's no need to find and fetch them every time? --Brett Glass