History log of /openbsd/regress/sbin/pfctl/pf2.ok (Results 1 – 16 of 16)
Revision Date Author Comments
# 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 ...


# 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


# 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


# 9b585995 07-Oct-2002 henning <henning@openbsd.org>

output slightly different with new return-icmp handling, adjust


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


# 3cb9a5b2 27-Mar-2002 mickey <mickey@openbsd.org>

implement a "no-route" keyword.
usage semantics are analogous w/ "any", meaning is
"any ip address for which there is no route in the
current routing table", could be used in both from and to.
typica

implement a "no-route" keyword.
usage semantics are analogous w/ "any", meaning is
"any ip address for which there is no route in the
current routing table", could be used in both from and to.
typical usage would be (assuming symmetrical routing):
block in from no-route to any
also doc "any" in the pf.conf.5, include in regress, etc.
tested by me on i386 and sparc.
dhartmei@ and frantzen@ ok

show more ...


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

And adjust regress tests to match the rule number output.


# 2ea732a4 13-Nov-2001 dhartmei <dhartmei@openbsd.org>

Use more common interface names like lo0, tun0, enc0 for regress tests,
so they run anywhere. From jason@.


# 275b1fe3 15-Sep-2001 wilfried <wilfried@openbsd.org>

return-icmp / icmp-type tests, ok dhartmei@


# 73f0ddef 15-Sep-2001 dhartmei <dhartmei@openbsd.org>

Update regress tests. Some input syntax has changed (inet/inet6) as well
as some output format (netmasks, inet/inet6, return-icmp).


# fc8343cb 03-Sep-2001 markus <markus@openbsd.org>

sync with output format changes (pfctl)


# f826c487 26-Jul-2001 markus <markus@openbsd.org>

initial tests for the pfctl parser