patrick keshishian escribis:
> On Fri, Oct 2, 2009 at 8:21 PM, Alvaro Mantilla Gimenez
> <alv...@dydnetworks.com> wrote:
>> Hi,
>>
>>  I found a wear behavior of pfctl.
>>
>>  I have this pf.conf (I am going to show only the lines that matters):
>>
>>  ---------------------------------
>>  external = "cdce0"
>>
>>  internal = "re0"
>>
>>  set loginterface $external
>>
>>  set loginterface $internal
>>  ---------------------------------
>>
>>  According to this both interfaces are collecting statistics...but if I
>> run the command "pfctl -s info" then shows:
>
> I don't think that is true. I believe you can only 'set loginterface'
> for only one interface or interface-group:
>
> $ man pf.conf
> /loginterface
>      set loginterface
>              Enable collection of packet and byte count statistics for the
>              given interface or interface group.


from the man page too:

# pfctl -s info

In this example pf(4) collects statistics on the interface named dc0:

      set loginterface dc0

I am not a native english speaker but...maybe the man page is ambiguous?

Reply via email to