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

Feature Request: Enable Unicast Relay #100

Open leoss opened 7 years ago

leoss commented 7 years ago

We want to use Prefix Delegation in a large layer3 mesh network. Currently odhcpd only supports DHCPv6-Relay by forwarding the incoming request to the master interface with multicast all-routers-destination. In a mesh network we do not have master/uplink interfaces. But we have the IP of the DHCP server which is X hops away and the routing protocol knows which way to send the packet.

Is it possible to add dhcp relay via unicast? An additional config parameter for the IP of the DHCP server is then also needed.

dedeckeh commented 7 years ago

@leoss odhcpd is now maintained in the Lede project (https://git.lede-project.org/project/odhcpd.git). Can you create a request in the Lede ticket system (https://bugs.lede-project.org/) for this feature ?

leoss commented 7 years ago

Okay, I will do so. Thanks, Martin