altering the max might have consequences i don't know about:
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"
On Tue, Apr 10, 2012 at 12:46 AM, Siju George <[email protected]> wrote:
> Hi,
>
> I have /etc/hostname.pflog files from 1-25.
> but only till 15 is available through ifconfig
>
>
> pflog15: flags=41<UP,RUNNING> mtu 33152
> B B B B priority: 0
>
> how do I get till pflog25?
>
> Thanks
>
> Siju