Re: Iterating all VNETs from userspace application

2021-10-18 Thread Özkan KIRIK
I'll have a look On Mon, Oct 18, 2021 at 11:07 AM Özkan KIRIK wrote: > > Thank you Bjoern, I'll have al > > On Mon, Oct 18, 2021 at 10:49 AM Bjoern A. Zeeb > wrote: > > > > On 18 Oct 2021, at 4:46, Özkan KIRIK wrote: > > > > > Hi, > > > > > > I'm trying to gather all even within jails/vnet inter

Re: Iterating all VNETs from userspace application

2021-10-18 Thread Özkan KIRIK
Thank you Bjoern, I'll have al On Mon, Oct 18, 2021 at 10:49 AM Bjoern A. Zeeb wrote: > > On 18 Oct 2021, at 4:46, Özkan KIRIK wrote: > > > Hi, > > > > I'm trying to gather all even within jails/vnet interface stats which > > interface type ifmd_data.ifi_type == IFT_ETHER (6) for bsnmpd. Related

Re: Iterating all VNETs from userspace application

2021-10-18 Thread Bjoern A. Zeeb
On 18 Oct 2021, at 4:46, Özkan KIRIK wrote: Hi, I'm trying to gather all even within jails/vnet interface stats which interface type ifmd_data.ifi_type == IFT_ETHER (6) for bsnmpd. Related function (not modified) is here: https://github.com/freebsd/freebsd-src/blob/main/contrib/bsnmp/snmp_mibI

Iterating all VNETs from userspace application

2021-10-17 Thread Özkan KIRIK
Hi, I'm trying to gather all even within jails/vnet interface stats which interface type ifmd_data.ifi_type == IFT_ETHER (6) for bsnmpd. Related function (not modified) is here: https://github.com/freebsd/freebsd-src/blob/main/contrib/bsnmp/snmp_mibII/mibII.c#L926-L985 It's possible to add a fil