[proto] Remove unsupported IGMP protocol
commit00a780e38fd5878d3e1f6f19830b2a0abf3cdf95
authorStefan Hajnoczi <stefanha@gmail.com>
Sat, 30 Jan 2010 09:55:37 +0000 (30 09:55 +0000)
committerMarty Connor <mdc@etherboot.org>
Mon, 1 Feb 2010 00:22:43 +0000 (31 19:22 -0500)
treea750ad559849fbd0908e9580820015feb72a37a9
parent1548189ffa8a54275ed58476993dba6dcaf799a0
[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>
src/core/main.c
src/include/gpxe/in.h
src/include/igmp.h [deleted file]
src/proto/igmp.c [deleted file]