summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/in.h
diff options
context:
space:
mode:
authorStefan Hajnoczi2010-01-30 10:55:37 +0100
committerMarty Connor2010-02-01 01:22:43 +0100
commit00a780e38fd5878d3e1f6f19830b2a0abf3cdf95 (patch)
treea750ad559849fbd0908e9580820015feb72a37a9 /src/include/gpxe/in.h
parent[proto] Remove unsupported NFS protocol (diff)
downloadipxe-00a780e38fd5878d3e1f6f19830b2a0abf3cdf95.tar.gz
ipxe-00a780e38fd5878d3e1f6f19830b2a0abf3cdf95.tar.xz
ipxe-00a780e38fd5878d3e1f6f19830b2a0abf3cdf95.zip
[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 <stefanha@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>
Diffstat (limited to 'src/include/gpxe/in.h')
-rw-r--r--src/include/gpxe/in.h1
1 files changed, 0 insertions, 1 deletions
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