diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-03-24 01:26:06 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2002-03-24 01:26:06 +0000 |
commit | 8c62199d97e1132eec856929aaa4f6b140ff3f1c (patch) | |
tree | be0dc7495c1aa680a1ec2c7d0c2b7aeb9a963df8 /sys/netinet/ip_gre.h | |
parent | a5fdefb1b7e63183cef21509131dbdb436ee203e (diff) |
WCCP support (trivial hack, it's not the complete protocol, but it'll
accept packets from Cisco boxes) --- from joeycoleman@acm.org
Diffstat (limited to 'sys/netinet/ip_gre.h')
-rw-r--r-- | sys/netinet/ip_gre.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/netinet/ip_gre.h b/sys/netinet/ip_gre.h index ad66acfc869..8eb35558763 100644 --- a/sys/netinet/ip_gre.h +++ b/sys/netinet/ip_gre.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_gre.h,v 1.3 2002/03/14 01:27:11 millert Exp $ */ +/* $OpenBSD: ip_gre.h,v 1.4 2002/03/24 01:26:05 angelos Exp $ */ /* $NetBSD: ip_gre.h,v 1.3 1998/10/07 23:33:02 thorpej Exp $ */ /* @@ -40,6 +40,12 @@ #ifndef _NETINET_IP_GRE_H_ #define _NETINET_IP_GRE_H_ +/* Protocol number for Cisco's WCCP + * The Internet Draft is: + * draft-forster-wrec-wccp-v1-00.txt + */ +#define GREPROTO_WCCP 0x883e + /* * Names for GRE sysctl objects */ |