History log of /openbsd/regress/sbin/pfctl/pf13.ok (Results 1 – 18 of 18)
Revision Date Author Comments
# 43df5097 04-Feb-2021 dlg <dlg@openbsd.org>

route-to rules take ips, not interfaces with optional ips.

reminded by bluhm@


# efeeb633 01-Sep-2016 henning <henning@openbsd.org>

no route-to/reply-to/dup-to on block rules, aka make this pass again
triggered by bluhm's *meep, secret*


# e090a2ae 27-Nov-2011 henning <henning@openbsd.org>

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


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


# 23ce5159 13-Jan-2010 mcbride <mcbride@openbsd.org>

Update regress output files to -current behaviour
- non-pool translation/routing specification
- leftover bits from nat-to/rdr-to/binat-to


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


# 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


# 48e69998 24-Dec-2002 mcbride <mcbride@openbsd.org>

Add "reply-to" keyword to regress test.


# eb279760 06-Dec-2002 henning <henning@openbsd.org>

block -> block drop


# fd2f5b87 05-Dec-2002 henning <henning@openbsd.org>

no more rule numbers in output


# c3588862 24-Nov-2002 henning <henning@openbsd.org>

make succeed again; explicit address family needed in one more case now


# 76f7396e 22-Oct-2002 camield <camield@openbsd.org>

Update for new semantics of set_ipmask (netmask is applied immediately
to an address by pfctl).


# bf6e651f 20-Jul-2002 deraadt <deraadt@openbsd.org>

adapt to new dup-to syntax


# 032e40b7 24-Apr-2002 dhartmei <dhartmei@openbsd.org>

Add dynamic (in-kernel) interface name -> address translation. Instead of
using just the interface name instead of an address and reloading the rule
set whenever the interface changes its address, th

Add dynamic (in-kernel) interface name -> address translation. Instead of
using just the interface name instead of an address and reloading the rule
set whenever the interface changes its address, the interface name can be
put in parentheses, and the kernel will keep track of changes and update
rules. There is no additional cost for evaluating rules (per packet),
the cost occurs when an interface changes address (and the rules are
traversed and updated where necessary).

show more ...


# 86c1d0f6 27-Feb-2002 dhartmei <dhartmei@openbsd.org>

And adjust regress tests to match the rule number output.


# 22b03ff5 26-Nov-2001 jasoni <jasoni@openbsd.org>

add tests for fastroute options