Expand description
Netboot messaging types.
The Netboot protocol is used to issue commands and discover netsvc nodes.
Note: There’s not an RFC or standard for this protocol, as it has evolved
over time with the netsvc code. The closest to an authoritative source is
the netsvc source code in //src/bringup/bin/netsvc
.
Structs§
- A witness type for error values observed from the netboot protocol.
- A netboot packet.
- A [
PacketBuilder
] for the netboot protocol.
Enums§
- Protocol errors.
- Operations accepted by netboot servers.
- Part of a netboot message’s preamble.
- Error parsing a netboot message.
Constants§
- The UDP port multicast advertisements are sent to.
- The UDP port a netboot server listens on.