History log of /openbsd-current/regress/sbin/pfctl/pf20.loaded
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 12-Dec-2011 mikeb

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


# 1.9 27-Nov-2011 henning

adjust for port numbers instead of names by default
From: Lawrence Teo <lteo at devio at us>


Revision tags: OPENBSD_5_0_BASE
# 1.8 08-Jul-2011 mcbride

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


Revision tags: OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.7 23-Sep-2009 jsg

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

ok henning@ sthen@


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE
# 1.6 05-Dec-2003 henning

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@


Revision tags: OPENBSD_3_4_BASE
# 1.5 18-May-2003 henning

regen; output formatting change


Revision tags: OPENBSD_3_3_BASE
# 1.4 11-Mar-2003 henning

regen


# 1.3 08-Mar-2003 henning

regen after pfctl output change


# 1.2 22-Feb-2003 mcbride

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


# 1.1 18-Dec-2002 dhartmei

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.