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


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

adjust after pfctl output changes


# 76568d81 05-Oct-2002 dhartmei <dhartmei@openbsd.org>

Expand {} lists from left to right, so 'pass in from { a, b } to any'
becomes '@0 pass in from a to any @1 pass in from b to any' instead of
the other way around. Patch from Camiel Dobbelaar.


# e5ab1b7b 08-Jun-2002 henning <henning@openbsd.org>

no macro concatenation via +=


# adbd578d 08-Jun-2002 henning <henning@openbsd.org>

regression test for macro concatenation
ok dhartmei@


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


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


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


# c81b23b5 28-Aug-2001 markus <markus@openbsd.org>

move '!' from host_list to host: "xhost : '!' host | host;"; ok dhartmei@