Source-Makefile: package/feeds/packages/dhcp-forwarder/Makefile Package: dhcp-forwarder Submenu: IP Addresses and Names Version: 0.11-1 Depends: +libc Conflicts: Menu-Depends: Provides: Section: net Category: Network Repository: packages Title: DHCP relay agent Maintainer: Scott K Logan Require-User: dhcp-fwd=375:dhcp-fwd=375 Source: dhcp-forwarder-0.11.tar.gz License: GPL-2.0 LicenseFiles: COPYING Type: ipkg Description: This program forwards DHCP messages between subnets with different sublayer broadcast domains. It is similarly to the DHCP relay agent dhcrelay of ISC's DHCP, but has the following features which are important for me: - Runs as non-root in a chroot-jail - Uses "normal" AF_INET sockets; this allows to uses packetfilters to filter incoming messages. - The DHCP agent IDs can be defined freely - Has a small memory footprint when using dietlibc It tries to be RFC 2131/2132 and 3046 compliant. Probably it works with BOOTP (RFC 951) also, but since the handling of the giaddr field is described misleading (see RFC 1542), there may occur problems. http://www.nongnu.org/dhcp-fwd/ Scott K Logan @@