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

Conversation

he32
Copy link

@he32 he32 commented Mar 26, 2023

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 usr.bin/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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant