History log of /openbsd/regress/sbin/pfctl/pf15.loaded (Results 1 – 19 of 19)
Revision Date Author Comments
# dda30f2e 11-Jul-2018 bluhm <bluhm@openbsd.org>

Some spaces have been removed from pfctl print. Adapt expected
output in regress.


# 187efb74 01-Aug-2013 mikeb <mikeb@openbsd.org>

more set queue fallout fixups


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


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

scrub gone


# 016f4b85 16-Jun-2008 david <david@openbsd.org>

fix regress after scrub TOS and tagging additions; "commit it" henning@


# 64eb218d 21-Sep-2004 aaron <aaron@openbsd.org>

Basic tests for new "no scrub" functionality.


# 1faa1f33 29-Jun-2004 henning <henning@openbsd.org>

cope with pfctl changes


# 6a0fcc9c 31-Dec-2003 cedric <cedric@openbsd.org>

Test new interface syntax.


# fa3cc969 31-Dec-2003 cedric <cedric@openbsd.org>

Sync after interface improvements.


# 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


# f0d0ae00 09-Jul-2003 cedric <cedric@openbsd.org>

Test host list concatenation (fail today).


# 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


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


# 86a8169d 27-Dec-2002 mcbride <mcbride@openbsd.org>

Update some scrub tests with the "log" keyword.


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