From 7ddd8324d0ed0c8002e2a073ffc87ed92b0ebcfc Mon Sep 17 00:00:00 2001 From: "Paul P. Komkoff Jr." Date: Mon, 13 Sep 2004 02:04:36 -0700 Subject: [IPV4]: Add wccp v1/v2 support to ip_gre.c Signed-off-by: David S. Miller --- include/linux/if_ether.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux') diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h index 11f31f6d260e..d62b4dfd8305 100644 --- a/include/linux/if_ether.h +++ b/include/linux/if_ether.h @@ -59,6 +59,8 @@ #define ETH_P_8021Q 0x8100 /* 802.1Q VLAN Extended Header */ #define ETH_P_IPX 0x8137 /* IPX over DIX */ #define ETH_P_IPV6 0x86DD /* IPv6 over bluebook */ +#define ETH_P_WCCP 0x883E /* Web-cache coordination protocol + * defined in draft-wilson-wrec-wccp-v2-00.txt */ #define ETH_P_PPP_DISC 0x8863 /* PPPoE discovery messages */ #define ETH_P_PPP_SES 0x8864 /* PPPoE session messages */ #define ETH_P_MPLS_UC 0x8847 /* MPLS Unicast traffic */ -- cgit v1.2.3