]> git.draconx.ca Git - rarpd-dx.git/blob - README.md
Add description of -H option to the manual.
[rarpd-dx.git] / README.md
1 Reverse-ARP (RARP) is a largely-obsolete protocol for autoconfiguring IPv4
2 hosts on a local network.  For environments that still need it (e.g., to
3 netboot older Sun workstations), rarpd-dx is a simple server which responds
4 to RARP requests.
5
6 This version was originally written by Alexey Kuznetsov and subsequently
7 maintained by several others.  It is extracted from the iputils-20211215
8 release into a distinct package with its own standalone build system, as
9 the utility has been removed from newer versions of iputils.
10
11 # Prerequisites
12
13 Rarpd-dx is written in C, so a working C compiler is required.  Its
14 functionality depends on the Linux-specific packet socket functionality,
15 and probably does not work on non-Linux hosts.
16
17 # Contributing
18
19 Please send suggestions, bug reports, patches or any other
20 correspondence regarding rarpd-dx by electronic mail to
21 [Nick Bowler \<nbowler@draconx.ca\>][email].
22
23 [email]: mailto:nbowler@draconx.ca
24
25 # License
26
27 Rarpd-dx is free software: you can redistribute and/or modify it under
28 the terms of the GNU General Public License as published by the Free Software
29 Foundation, either version 2 of the License or (at your option) any later
30 version.
31
32 {::comment}
33 Copyright © 2023 Nick Bowler
34 {:/comment}