On Tue, Apr 10, 2012 at 11:40 AM, Andres Perera <[email protected]> wrote:
> altering the max might have consequences i don't know about:
>
I will stick with 15 :-)
> grep -nC5 PFLOGIFS_MAX /sys/net/if_pflog.h
> 27-#ifndef _NET_IF_PFLOG_H_
> 28-#define _NET_IF_PFLOG_H_
> 29-
> 30-#include <net/pfvar.h>
> 31-
> 32:#define PFLOGIFS_MAX 16
> 33-
> 34-struct pflog_softc {
> 35- struct ifnet sc_if; /* the interface */
> 36- int sc_unit;
> 37- LIST_ENTRY(pflog_softc) sc_list;
>
> what i do know is that the actual bug is netstart unhelpfully
> redirecting errors to dev null on ifconfig create
>
> if it didn't, you would have seen "ifconfig: SIOCIFCREATE: Invalid
argument"
>
Thanks a million for the info :-)
Siju