History log of /openbsd/regress/sbin/pfctl/pf20.in (Results 1 – 4 of 4)
Revision Date Author Comments
# 96423a97 02-Sep-2009 jsg <jsg@openbsd.org>

convert a bunch of rdr/nat rules to the new syntax
Things still need to be changed for route-to/binat/command line
options among other things.

ok henning


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


# edbffaaf 09-Jul-2002 henning <henning@openbsd.org>

the new interface-to-ip lookup fuctions requires the address family to be
specified in this cases.

ok pb@, dhartmei@, kjell@


# c5efe8c0 11-Jun-2002 kjell <kjell@openbsd.org>

Use merged config file format. The separate NAT loop can go away,
since all files are now loaded the same way. Add regress tests for
invalid ordering of scrub, nat, filter rules