Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
stefanha authored and Marty Connor committed Feb 1, 2010
1 parent 1548189 commit 00a780e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 211 deletions.
1 change: 0 additions & 1 deletion src/core/main.c
Expand Up @@ -9,7 +9,6 @@ Literature dealing with the network protocols:
DHCP - RFC2131, RFC2132 (options)
TFTP - RFC1350, RFC2347 (options), RFC2348 (blocksize), RFC2349 (tsize)
RPC - RFC1831, RFC1832 (XDR), RFC1833 (rpcbind/portmapper)
IGMP - RFC1112
**************************************************************************/

Expand Down
1 change: 0 additions & 1 deletion src/include/gpxe/in.h
Expand Up @@ -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
Expand Down
42 changes: 0 additions & 42 deletions src/include/igmp.h

This file was deleted.

167 changes: 0 additions & 167 deletions src/proto/igmp.c

This file was deleted.

0 comments on commit 00a780e

Please sign in to comment.