summaryrefslogtreecommitdiff
path: root/regress/sbin
AgeCommit message (Collapse)Author
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
2002-07-15o don't use keep state on block rulesHenning Brauer
o don't use return-rst on not-tcp rules
2002-07-13regression test for interface and proto list expansion in nat rulesHenning Brauer
2002-07-09the new interface-to-ip lookup fuctions requires the address family to beHenning Brauer
specified in this cases. ok pb@, dhartmei@, kjell@
2002-07-08Don't allow 'flags' option in non-TCP rules, found by mpech@Daniel Hartmeier
2002-07-06theo doesn't like it.Henning Brauer
always use the pfctl in path.
2002-07-06use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fallHenning Brauer
back to pfctl in path otherwise. will save my ass sooner or later. ok millert@, pb@
2002-06-25regression tests for options in pf.confHenning Brauer
ok dhartmei@, kjell@
2002-06-24scrub on <if> works now, update regress tests.Daniel Hartmeier