]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r301549, r301550:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Jun 2016 15:47:54 +0000 (15:47 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 21 Jun 2016 15:47:54 +0000 (15:47 +0000)
commitf8c2a4c404a4afaf211c54eade8c7825ff83e989
tree88a9cdf01fcc0994f89398aa36bc8118b6bf96ff
parent2fb02fd24188cecf357299b1793c10830bdbc819
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/10@302061 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]