CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2025/04/26 12:00:22
Modified files: sbin/dhcp6leased: engine.c Log message: Prevent renew storm in case t1 and t2 are 0. Follow guidance from RFC 8415 on how to initialize t1 and t2 in this case. Problem reported and fix tested by Nick Owens. OK phessler