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
163 stars 99 forks source link

Invalidation of outdated prefix #64

Open corny opened 9 years ago

corny commented 9 years ago

I want to use odhcpd for SLAAC on an internal interface. If I change the prefix on this interface I expect odhcpd to invalidate the outdated prefix (lifetime=0) and to start announcing the new one. Am I right that invalidation of prefixes is missing? What would be the best way to implement it?