openwrt / odhcpd

This repository is a mirror of https://git.openwrt.org/?p=project/odhcpd.git. Pull requests will be accepted which will be merged in odhcpd.git
GNU General Public License v2.0
162 stars 98 forks source link

send relay messages to a list of destination addresses #71

Open booo opened 8 years ago

booo commented 8 years ago

RFC3315 section 20:

The relay agent MAY be configured to use a list of destination addresses, which MAY include unicast addresses, the All_DHCP_Servers multicast address, or other addresses selected by the network administrator.

I guess we have to make a change here: https://github.com/sbyx/odhcpd/blob/master/src/dhcpv6.c#L533