From c03b8e5e6047b447d26188e822c419d251f4eb42 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sun, 9 Dec 2001 01:29:12 +0000 Subject: [PATCH] Consider PROTO_IPV6 as compressible by CCP. Spotted by: Nick Sayer --- usr.sbin/ppp/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ppp/proto.h b/usr.sbin/ppp/proto.h index 8380dff4a2bb..8c9332769857 100644 --- a/usr.sbin/ppp/proto.h +++ b/usr.sbin/ppp/proto.h @@ -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