Hi,

I've just finished upgrading one of our systems from OpenBSD 4.2 to 4.5.

I've run into a small problem with pfctl as it's no longer showing the
details for each individual IP address in our tables, just the date the
table was last cleared.

/etc/pf.conf:
=============

table <test> { 1.1.1.1/32 1.1.1.2/32 }

pass in from <test>
pass out to <test>


# pfctl -T show -t test
   1.1.1.1
   1.1.1.2

# pfctl -T show -t test -vv
   1.1.1.1
        Cleared:     Sun Jun 21 15:07:38 2009
   1.1.1.2
        Cleared:     Sun Jun 21 15:07:38 2009

On OpenBSD 4.2 typing the last command would show more details, such as the
number of states, in/out pass, in/out block, etc. for each IP address in
the table.

-- 
Egbert Krook
System/Network Engineer
Amarin Printing and Publishing Public Co., Ltd.

Reply via email to