openwrt / odhcp6c

This repository is a mirror of https://git.openwrt.org/?p=project/odhcp6c.git. It is for reference only and is not active for checks-ins or reporting issues; issues should be reported at: https://bugs.openwrt.org. Pull requests will be accepted which will be merged in odhcp6c.git
GNU General Public License v2.0
78 stars 84 forks source link

IPv6 ND RA update not caught #51

Closed packetmania closed 4 years ago

packetmania commented 8 years ago

When IPv6 ND RA has some updates for DNS server and domain name (RFC 6106), seems odhcp6c could not catch it. There is no script call with ra-updated sate for new entry with RA_DNS and RA_DOMAIN env variables.

egorse commented 4 years ago

@dedeckeh what's the resolution?

dedeckeh commented 4 years ago

@egorse See https://github.com/openwrt/odhcp6c/commit/19c64c524614ea7fdbcedcc50d6980f096ccadb9

packetmania commented 3 years ago

Thanks for taking care of this.