summaryrefslogtreecommitdiff
path: root/regress/sbin/pfctl
AgeCommit message (Collapse)Author
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
2002-11-22add (disabled) self tests (make self); ok frantzenMarkus Friedl
2002-11-22there's now a space after the label...Henning Brauer
no cookie for daniel ;-)
2002-11-19add icmp-type and code by name testsPeter Stromberg
2002-11-13extended scrub testsHenning Brauer
2002-11-07CIDR testsHenning Brauer
2002-10-27flags X is deadHenning Brauer
2002-10-22Update for new semantics of set_ipmask (netmask is applied immediatelyCamiel Dobbelaar
to an address by pfctl).
2002-10-14test binat netblocksHenning Brauer
from ryan
2002-10-07test generic returnHenning Brauer
test set block-policy
2002-10-07test new return-icmp syntaxHenning Brauer
2002-10-07adjust for new return-icmpHenning Brauer
2002-10-07output slightly different with new return-icmp handling, adjustHenning Brauer
2002-10-07this is valid now... change to be invalidHenning Brauer
2002-10-05Expand {} lists from left to right, so 'pass in from { a, b } to any'Daniel Hartmeier
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.
2002-09-22test line buffer overflow checks in pfctlHenning Brauer
ok frantzen@
2002-09-20test line continuationHenning Brauer
2002-09-18test port ranges in rdr rulesHenning Brauer
2002-09-18test log keywords and log quick/quick log orderHenning Brauer
2002-09-18test return-rst(ttl number)Henning Brauer
2002-09-18test "set loginterface none"Henning Brauer
2002-09-18test af detection logic in nat and rdr rulesHenning Brauer
2002-09-18test antispoofHenning Brauer
2002-09-18new kind of pfctl regression tests:Henning Brauer
we have stuff we cannot test in our regression tests as of now as the pfctl -nvf output varies depending on the machine config - esp. network interfaces et all. But we can at least test wether pfctl eats the syntax. add a test for the "self" keyword. ok markus@
2002-09-15some dynaddr testsHenning Brauer
2002-09-12regress test for antispoofHenning Brauer
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.Anil Madhavapeddy
ok art@
2002-07-30negative regression test for flags handlingHenning Brauer
2002-07-30positive regression test for flag handlingHenning Brauer
2002-07-26swap log and quick a few timesHenning Brauer
2002-07-21test missing commaTheo de Raadt
2002-07-20two more from henningTheo de Raadt
2002-07-20adapt to new dup-to syntaxTheo de Raadt
2002-07-20use diff nicerTheo de Raadt
2002-07-16Add nat_consistent() and rdr_consistent() for checks that should occurDaniel Hartmeier
after rule expansion, similar to rule_consistent(). Fixes the non-effective test for rdr rules for non-TCP/UDP protocols with ports, found by mpech@, ok frantzen@
2002-07-15test "on ! interface"Henning Brauer