lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <CAJU8_nUFQShNSeT52nkdKmMDx6hodgFBSN3rCVXTQ_VgqugE8w@mail.gmail.com> Date: Tue, 30 Jul 2024 20:05:23 -0400 From: Kyle Rose <krose@...se.org> To: netdev@...r.kernel.org Subject: IPv6 max_addresses? max_addresses, how does it work? $ ip -6 addr show scope global temporary dev sfp0 | grep inet6 | wc -l 21 $ sysctl -ar 'sfp0.*max_add' net.ipv6.conf.sfp0.max_addresses = 16 They seem to be growing without bound. What's supposed to be happening here? Kyle