History log of /openbsd/regress/sbin/pfctl/pf48.ok (Results 1 – 10 of 10)
Revision Date Author Comments
# cdb4a670 25-Jun-2014 mikeb <mikeb@openbsd.org>

Explicitely specify address family when translation pool may contain
addresses of different address families.


# 9ab08460 08-Jul-2011 mcbride <mcbride@openbsd.org>

Update regress tests for the following changes:
- if_addr RB_TREE (Address sort differently on an interface)
- skip steps changes
- RDOMAIN
- reordering of address/port tests
- fastroute is gone
-

Update regress tests for the following changes:
- if_addr RB_TREE (Address sort differently on an interface)
- skip steps changes
- RDOMAIN
- reordering of address/port tests
- fastroute is gone
- keep state is no longer printed by default
- lo0 now has link-local scope address in addition to ::1

show more ...


# ec044821 23-Sep-2009 jsg <jsg@openbsd.org>

More tweaks to try to catchup to recent pf changes.
pfopt5 part from sthen@

ok henning@ sthen@


# 27a578e7 06-Apr-2009 henning <henning@openbsd.org>

scrub gone


# 4e72b2ef 19-Sep-2007 mpf <mpf@openbsd.org>

Remove "localhost" from the table test, since the result is dependent
on the resolver. In some enviroments you'll get an AAAA for it,
in others you won't. Testing the resolver isn't really the inten

Remove "localhost" from the table test, since the result is dependent
on the resolver. In some enviroments you'll get an AAAA for it,
in others you won't. Testing the resolver isn't really the intention
of this test anyway.
OK henning

show more ...


# 7c27da25 06-Oct-2006 mcbride <mcbride@openbsd.org>

Handle default 'flags S/SA keep state', 'no state' and 'flags any'.


# f09dd5b5 29-Jul-2003 cedric <cedric@openbsd.org>

Big Sync


# 6433fa34 11-Jul-2003 cedric <cedric@openbsd.org>

More complete table definition.


# 5b6c447d 11-Jul-2003 cedric <cedric@openbsd.org>

Better parsing and -v support for tables:

- remove the tableaddrs and tableaddr yacc production and reuse
host_list instead.
- produce better error messages.
- do not load addresses from e

Better parsing and -v support for tables:

- remove the tableaddrs and tableaddr yacc production and reuse
host_list instead.
- produce better error messages.
- do not load addresses from external file when it is not
required (like with -R option).
- store initializers in a new node_tinit linked list before
putting them into the address buffer (see next point).
- add a new print_tabledef() function, which makes "pfctl -nvf"
print something useful for table definitions, which in turn
makes it possible to write better regress tests (see first chunk
of the diff) and bring table definition consistant with other
parsed rules.

ok dhartmei@

show more ...


# 6e2ccfe1 25-Jan-2003 cedric <cedric@openbsd.org>

Regression tests for table statements and rules containing tables.
ok henning@