CVS: cvs.openbsd.org: src
Florian Obser <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/15 12:24:52 Modified files: sbin/dhcp6leased: engine.c Log message: Make sure replies contain the expected server-id. We only speak to and expect an answer from a specific server when we are requesting or renewing a lease. In all other case we accept an answer from any server. Pointed out by Clouditera Security. OK tb