Edit

IABSD.fr/src/sys/netinet6

Branch :

  • Show log

    Commit

  • Author : mvs
    Date : 2024-08-20 07:46:27
    Hash : 572e76f6
    Message : Unlock igmp_sysctl(), pfsync_sysctl() and rip6_sysctl(). Each of them is the only IGMPCTL_STATS, PFSYNCCTL_STATS and RIPV6CTL_STATS per-CPU counters. sysctl_rdstruct() has "newp != NULL" check within and also returns EPERM, no need for redundant check in igmp_sysctl(). ok bluhm