> |b. I've aliased ppp-compress-26 to slhc, however when I
> 'make modules_install',
> |this module is not being recompiled. Is there some kernel
> selction that I should
> |have turned on?
>
> The slhc is wrong, ppp-compress-26 should also be aliased to
> ppp_deflate.

When in doubt check what the standards say should be used.

http://www.isi.edu/in-notes/iana/assignments/ppp-numbers
Compression Control Protocol 26 is assigned to Deflate per RFC1979

so 'alias ppp-compress-26 ppp_deflate' is the correct version.

The draft for RFC1979 used protocol number 24, this is the reason why you
often need to use 'alias ppp-compress-24 ppp_deflate' even though protocol
24 actually describes MVRCA (magnalink) per RFC1975.

Lourdes


-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to