Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src/libs/zbxsysinfo/netbsd/net.c: convert to using the now-preferred sysctl() method. #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 26, 2023

  1. netbsd/net.c: convert to using the now-preferred sysctl() method.

    The sysctl() method of getting at the network statistics is the
    preferred method on NetBSD nowadays.  The code to do so is lifted
    from NetBSD's netstat/if.c and adapted as required.
    
    This fixes a build problem on netbsd-10 where the internal data
    structure has changed to use per-CPU counters, and the code has
    been tested on NetBSD 8.2, so this method also works in now quite
    old NetBSD hosts.
    he32 committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    2cbe5b2 View commit details
    Browse the repository at this point in the history