From 00a780e38fd5878d3e1f6f19830b2a0abf3cdf95 Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Sat, 30 Jan 2010 09:55:37 +0000 Subject: [proto] Remove unsupported IGMP protocol The IGMP code came from legacy Etherboot and was never updated to work as a gPXE protocol. There has been no demand for this protocol, so this patch removes it. Signed-off-by: Stefan Hajnoczi Signed-off-by: Marty Connor --- src/include/gpxe/in.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/include/gpxe/in.h') diff --git a/src/include/gpxe/in.h b/src/include/gpxe/in.h index 70271143..c313717c 100644 --- a/src/include/gpxe/in.h +++ b/src/include/gpxe/in.h @@ -9,7 +9,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); /* Protocol numbers */ #define IP_ICMP 1 -#define IP_IGMP 2 #define IP_TCP 6 #define IP_UDP 17 #define IP_ICMP6 58 -- cgit v1.2.3-55-g7522