summaryrefslogtreecommitdiff
path: root/regress/sbin
AgeCommit message (Collapse)Author
2003-01-01Remove skip step for action (scrub vs. non-scrub), as scrub rules areDaniel Hartmeier
stored in a separate list now. Regress tests still pass after sed "s/ a=end / /g", other skip steps are not affected.
2002-12-31Adjust tests for kernel split of scrub into it's own ruleset type.Ryan Thomas McBride
2002-12-31Change this test to use the ipv6-icmp alias, icmp6.Ryan Thomas McBride
2002-12-31Fix regression tests for ipv6-icmp-type to icmp6-type changes in pfctl.Ryan Thomas McBride
2002-12-27Update some scrub tests with the "log" keyword.Ryan Thomas McBride
2002-12-24Add "reply-to" keyword to regress test.Ryan Thomas McBride
2002-12-24add cbq "control" keyword to regress testRyan Thomas McBride
2002-12-24add "require-order" to regress test for optionsRyan Thomas McBride
2002-12-23specify tbrsize; fixes this test on alphaHenning Brauer
2002-12-19use ${SUDO} for pfctl when we actually use the ioctls.Ryan Thomas McBride
ok markus@ henning@
2002-12-18Load regress rules into anchor regress:regress and compare the outputDaniel Hartmeier
of pfctl -vvsr with expected output. This verifies that skip step values don't change unexpectedly.
2002-12-18Regress test nat-anchor, rdr-anchor and binat-anchor rules.Daniel Hartmeier
2002-12-17test PRIQHenning Brauer
2002-12-17"cosmetical changes if at all". yeah.Henning Brauer
2002-12-16loopback interface MTU differs on 64 bit archs.Henning Brauer
interface MTU is part of the tbrsize calculation. thus we need to specify the tbrsize in the input files to make the tests work on 64 bit platforms.
2002-12-13might help to add the actual tests.Henning Brauer
2002-12-13test scrub options in unusual orderHenning Brauer
2002-12-13test extended syntax for queue assignment on filter rulesHenning Brauer
2002-12-13adjust after minor output change (whitespace)Henning Brauer
2002-12-08test options on altq and queue rules in fancy orderHenning Brauer
2002-12-08adjust after syntax changeHenning Brauer
2002-12-07regress test anchor syntaxDaniel Hartmeier
2002-12-07fromto is optional now, "from any to any" equals "all" equals omitted.Daniel Hartmeier
A single rule "block" is not valid, and does the same as "block in all, block out all".
2002-12-07now that we use the MTU from the interface instead of assuming 1500 theHenning Brauer
tbrsize and the minimum useful bandwidth are different on lo0/lo1. cope with that.
2002-12-07match regression test with changes to internal byte order of string basedRyan Thomas McBride
source-hash keys ok dhartmei@ henning@
2002-12-06Direction (in/out) is now optional in filter rules, 'block all' is valid,Daniel Hartmeier
for instance. Add a regress test for those.
2002-12-06block -> block dropHenning Brauer
2002-12-05127.0.0.1/8 -> 127.0.0.0/8Henning Brauer
2002-12-05change self test to use pfX.ok as input; ok henning@Markus Friedl
2002-12-05s/@1//Markus Friedl
2002-12-05and we no longer need to strip the rule numbers off, as they are goneHenning Brauer
2002-12-05no more rule numbers in outputHenning Brauer
2002-12-05enable 'self' tests; ok henning@Markus Friedl
2002-12-05adjust after pfctl output changesHenning Brauer
2002-12-04test opts in another than the classical orderHenning Brauer
2002-12-02test user, actually, test multiple user commandsTheo de Raadt
2002-11-29test altq with interface expansionHenning Brauer
as side-effect, this also tests multiple queues with the same name but on different interfaces
2002-11-28test qlimit on altq ruleHenning Brauer
2002-11-28Sync with changes in pfctl:Ryan Thomas McBride
- Remove extra space before -> in print_rdr - Print hex keys lowercase ok dhartmei@ henning@
2002-11-28remove trailing whitespaceRyan Thomas McBride
ok henning@
2002-11-28add regression test for nat poolsRyan Thomas McBride
ok henning@
2002-11-27more altq testingHenning Brauer
2002-11-27adjust after printing changesHenning Brauer
2002-11-25create a new set of regress tests, which require an activeMichael Shalayeff
setup/cleanup of interfaces/protocols/etc. this is not ran by default and requires a DO_PFSETUP make variable set to be activated, one has to run as root as well. add one simple test for the proper loN link1 address expansion. henning@ ok
2002-11-25adjust; slightly off due to 1K = 1000 fixHenning Brauer
2002-11-25kill trailing newlines; markus@Henning Brauer
2002-11-25test mixed af rules. broken right now. sigh.Henning Brauer
2002-11-24gack.Henning Brauer
2002-11-24test altq and queueHenning Brauer
2002-11-24make succeed again; explicit address family needed in one more case nowHenning Brauer