radvd-project / radvd

radvd | Official repository: https://github.com/radvd-project/radvd
https://radvd.litech.org/
Other
203 stars 107 forks source link

Prefix deprecation according to rfc4862 #44

Closed steglicd closed 9 years ago

steglicd commented 9 years ago

two issues:

  1. on deprecation the remaining valid lifetime is set to two hours (even if the timer was less before), so the lifetime will grow on deprecation
  2. RFC 4862 want's the remainig valid lifetime to be set to two hours (7200s), radvd uses 7203s - this has no practical effect but some protocol testers like CDRouter are complaining if the timer is less than 7200s (so radvd based devices will be red - not RFC compliant)