]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r301549, r301550:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Jun 2016 15:49:09 +0000 (15:49 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Jun 2016 15:49:09 +0000 (15:49 +0000)
commit97d140741950be515663238ae9b27fde18cde1ef
treea3072fa9ca6740458683388629f5452f6964e0fc
parentdd5db1f0821a5f01eae4a07bbce65307a2983342
MFC r301549, r301550:
ng_mppc(4): Bring netgraph(3) MPPC compression support.

Support for compression has been available from July 2007 but it
was never imported due to concerns with patents once held by
STAC/HiFn. The issues have clearly been resolved so bring it
in now.

Special thanks to Brett Glass for preserving the code and
pointing documentation for the expiration case.

Taken from: mav (through Brett Glass)

git-svn-id: svn://svn.freebsd.org/base/stable/9@302062 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/ng_mppc.4
sys/modules/netgraph/mppc/Makefile
sys/net/mppc.h [new file with mode: 0644]
sys/net/mppcc.c [new file with mode: 0644]
sys/net/mppcd.c [new file with mode: 0644]