CVS: cvs.openbsd.org: src
Hans-Joerg Hoexer <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/08 04:57:33 Modified files: sbin/iked : radius.c Log message: iked: Store RADIUS-assigned IPv6 address in the IPv6 slot The IPv6 branch of iked_radius_config() stored the address in the IPv4 slot sa_rad_addr and tagged it AF_INET. Use sa_rad_addr6 and AF_INET6 instead. Also exempt IKEV2_CFG_INTERNAL_IP6_ADDRESS from the "use config rather than radius" check, as already done for IPv4. ok yasuoka@