Re: [PATCH ppp-2.4.3] add SC_MUST_COMPRESS flag

2005-08-14 Thread Matt Domsch
On Sun, Aug 14, 2005 at 04:31:47PM +0200, Patrick McHardy wrote: > Patrick McHardy wrote: > > Matt Domsch wrote: > > > >> include/linux/if_ppp.h | 62 > >> + > > > > > > - * 2. Redistributions in binary form must reproduce the above copyright > >

Re: [PATCH ppp-2.4.3] add SC_MUST_COMPRESS flag

2005-08-14 Thread Patrick McHardy
Patrick McHardy wrote: > Matt Domsch wrote: > >> include/linux/if_ppp.h | 62 >> + > > > - * 2. Redistributions in binary form must reproduce the above copyright > - *notice, this list of conditions and the following disclaimer in > - *th

Re: [PATCH ppp-2.4.3] add SC_MUST_COMPRESS flag

2005-08-14 Thread Patrick McHardy
Matt Domsch wrote: > include/linux/if_ppp.h | 62 > + - * 2. Redistributions in binary form must reproduce the above copyright - *notice, this list of conditions and the following disclaimer in - *the documentation and/or other materials p

[PATCH ppp-2.4.3] add SC_MUST_COMPRESS flag

2005-08-14 Thread Matt Domsch
PPP 2.4.3 patch creates the new flag SC_MUST_COMPRESS. This is set on CCP UP with MPPE enabled, and never cleared. The kernel uses this flag to drop packets which aren't compressed/decompressed properly when MPPE is enabled. In the existing code, on SIGUSR2, CCP is renegotiated, and with MPPE en