David Anderson 9e897ef112 pixiecore: fix the unknown firmware type error in DHCP and PXE.
The error message accidentally used the retval instead of the packet's
value, so always returned type 0 (x86 PC, the most universal firmware type)
instead of the actual unsupported type.

Signed-off-by: David Anderson <dave@natulte.net>
2024-05-31 16:00:29 -07:00
2020-06-17 15:32:18 -07:00
2018-02-05 21:09:02 -08:00
2017-01-05 15:54:43 -08:00
2016-03-05 15:18:01 -08:00
2016-03-05 15:08:13 -08:00
2019-01-22 21:26:10 -08:00
2019-11-27 20:18:57 -08:00

Netboot, packages and utilities for network booting

This repository contains Go implementations of network protocols used in booting machines over the network, as well as utilites built on top of these libraries.

This project is no longer actively developed. I'm glad if you find it useful, but don't expect any significant changes.

Programs

  • Pixiecore: Command line all-in-one tool for easy netbooting

Libraries

The canonical import path for Go packages in this repository is go.universe.tf/netboot.

  • pcap: Pure Go implementation of reading and writing pcap files.
  • dhcp4: DHCPv4 library providing the low-level bits of a DHCP client/server (packet marshaling, RFC-compliant packet transmission semantics).
  • tftp: Read-only TFTP server implementation.
  • pixiecore: Go library for Pixiecore tool functionality. Every stability warning in this repository applies double for this package.
Description
Packages and utilities for network booting
Readme Apache-2.0 28 MiB
Languages
Go 99.9%