History log of /openbsd/regress/sbin/pfctl/pf16.loaded (Results 1 – 15 of 15)
Revision Date Author Comments
# d500a270 12-Dec-2011 mikeb <mikeb@openbsd.org>

fixup regression tests wrt skip steps (fixed in pfctl.c rev1.305);
ok henning mcbride (a while back)


# 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 ...


# 379e9504 06-Oct-2009 jsg <jsg@openbsd.org>

more updates for new pf with source-hash manually added to
loaded output as it doesn't currently appear as it should.

ok henning@


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

scrub gone


# 0f1b61cc 17-Oct-2006 mcbride <mcbride@openbsd.org>

'flags S/SA' not implicit if the rule is stateless.


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

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


# dc899a53 05-Dec-2003 henning <henning@openbsd.org>

lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need for
regress purposes before starting and destroy them afterwards.
lo1 -> lo1000000
tun0 -> tun1000000
tun1 -> tun1000001

ok

lo1, tun0, tun1 don't exist any more. thus, create the interfaces we need for
regress purposes before starting and destroy them afterwards.
lo1 -> lo1000000
tun0 -> tun1000000
tun1 -> tun1000001

ok markus@

show more ...


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

Big Sync


# 49ba752a 18-May-2003 henning <henning@openbsd.org>

regen; output formatting change


# 2d025c30 11-Mar-2003 henning <henning@openbsd.org>

regen


# 9f55934d 08-Mar-2003 henning <henning@openbsd.org>

regen after pfctl output change


# 6102f20a 22-Feb-2003 mcbride <mcbride@openbsd.org>

Make the pfload regression tests check translation rules as well as
filter rules.


# 9538d372 01-Jan-2003 dhartmei <dhartmei@openbsd.org>

Remove skip step for action (scrub vs. non-scrub), as scrub rules are
stored in a separate list now. Regress tests still pass after
sed "s/ a=end / /g", other skip steps are not affected.


# 45199a3d 31-Dec-2002 mcbride <mcbride@openbsd.org>

Adjust tests for kernel split of scrub into it's own ruleset type.


# 6934bf95 18-Dec-2002 dhartmei <dhartmei@openbsd.org>

Load regress rules into anchor regress:regress and compare the output
of pfctl -vvsr with expected output. This verifies that skip step
values don't change unexpectedly.