summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_gre.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-03-24 01:26:06 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2002-03-24 01:26:06 +0000
commit8c62199d97e1132eec856929aaa4f6b140ff3f1c (patch)
treebe0dc7495c1aa680a1ec2c7d0c2b7aeb9a963df8 /sys/netinet/ip_gre.h
parenta5fdefb1b7e63183cef21509131dbdb436ee203e (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.h8
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
*/