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
160 stars 96 forks source link

Support a list of clients (IPv6 addresses) to advertise to #220

Open ihipop opened 1 week ago

ihipop commented 1 week ago

By default, the RA message will be sent using multicast so that every node on the link can use them

there is some security condition that I only want some of the devices to receive the RA message, and only these devices can have IPv6 address

The radvd and other production routers support this feature

can we have this feature too?