Consider PROTO_IPV6 as compressible by CCP.

Spotted by: Nick Sayer <nsayer@quack.kfu.com>
This commit is contained in:
Brian Somers 2001-12-09 01:29:12 +00:00
parent 157b65ae7f
commit c03b8e5e60

View File

@ -41,7 +41,7 @@
#define PROTO_ICOMPD 0x00fb /* Individual link compressed */
#define PROTO_COMPD 0x00fd /* Compressed datagram */
#define PROTO_COMPRESSIBLE(p) (((p) & 0xffe1) == 0x21)
#define PROTO_COMPRESSIBLE(p) (((p) & 0xff81) == 0x01)
#define PROTO_IPCP 0x8021
#ifndef NOINET6