2
0
mirror of https://github.com/xcat2/xNBA.git synced 2025-02-23 14:00:08 +00:00
Michael Brown aa74a7d53c [DHCP] Add support for ProxyDHCP requests
The PXE spec is (as usual) unclear on precisely when ProxyDHCPREQUESTs
should be issued.  We adapt the following, slightly paranoid approach:

  If an offer contains an IP address, then it is a normal DHCPOFFER.

  If an offer contains an option #60 "PXEClient", then it is a
  ProxyDHCPOFFER.  Note that the same packet can be both a normal
  DHCPOFFER and a ProxyDHCPOFFER.

  After receiving the normal DHCPACK, if we have received a
  ProxyDHCPOFFER, we unicast a ProxyDHCPREQUEST back to the ProxyDHCP
  server on port 4011.  If we time out waiting for a ProxyDHCPACK, we
  treat this as a non-fatal error.
2008-03-27 16:45:15 +00:00
..
2007-08-20 20:29:41 +02:00
2008-03-04 17:59:26 +00:00
2007-08-20 00:34:32 +02:00
2008-03-26 22:57:25 +00:00
2007-06-03 01:51:10 +00:00
2007-07-14 15:42:26 +01:00
2008-03-26 15:10:56 -07:00
2007-06-03 01:50:03 +00:00
2007-08-20 20:29:50 +02:00
2007-08-20 20:29:58 +02:00
2007-09-21 01:14:38 +01:00
2008-03-02 03:15:07 +03:00