Re: Sysctl Naming

2007-10-11 Thread John Baldwin
On Thursday 11 October 2007 08:11:21 am Dag-Erling Smørgrav wrote: > Matthew Jakeman <[EMAIL PROTECTED]> writes: > > I am wanting to create a number of sysctl variables at kernel boot > > time, 1 for each network interface. I have the code set up to loop > > through the interfaces using ifnet_byind

Re: Sysctl Naming

2007-10-11 Thread Dag-Erling Smørgrav
Matthew Jakeman <[EMAIL PROTECTED]> writes: > I am wanting to create a number of sysctl variables at kernel boot > time, 1 for each network interface. I have the code set up to loop > through the interfaces using ifnet_byindex() already for other > purposes so wanted to create them in this loop. >

Re: Sysctl Naming

2007-10-11 Thread Matthew Jakeman
Please ignore this, stupid question as I have now realised. Cheers Matt On Thursday 11 October 2007 11:56, Matthew Jakeman wrote: > Hi All, > > I am wanting to create a number of sysctl variables at kernel boot time, 1 > for each network interface. I have the code set up to loop through the > int

Sysctl Naming

2007-10-11 Thread Matthew Jakeman
Hi All, I am wanting to create a number of sysctl variables at kernel boot time, 1 for each network interface. I have the code set up to loop through the interfaces using ifnet_byindex() already for other purposes so wanted to create them in this loop. The problem I'm having is naming them, us