Update lang/gcc6-devel to version 6.2.1.s20160825
[dports.git] / net / dhcprelay / pkg-descr
1 A light-weight DHCP Relay Agent.
2
3 Why not the ISC DHCP Relay Agent?
4
5 - If your RA has multiple interfaces, you get multiple requests for
6   each request:
7
8   DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.199.14.1
9   DHCPACK on 10.199.14.216 to 00:10:dc:d1:e6:39 (foo) via 10.199.14.1
10   DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.10.3.5: wrong network.
11   DHCPNAK on 10.199.14.216 to 00:10:dc:d1:e6:39 via 10.10.3.5
12
13   This RA sends only one request, coming with the IP address of the
14   LAN the request came from.
15
16 - If your RA has multiple interfaces, the outgoing interfaces to
17   the WAN needs to be active in the DHCP relay otherwise answers
18   are not picked up.
19
20   This RA uses a unicast socket for returning answers.
21
22 - If your RA has non-ethernet interfaces (GIF-tunnels for example,
23   which VPN back to the central network), the answers are not picked
24   up by the RA.
25
26 WWW: http://www.mavetju.org/networking/