summaryrefslogtreecommitdiff
path: root/regress/sbin
AgeCommit message (Expand)Author
2016-07-19Update counters & unbreak now that rtrequest(RTM_ADD, ...) caches theMartin Pieuchot
2016-03-24Update regress test outputs to match the order of routes exported by anMartin Pieuchot
2015-12-02Check that routes to the same destination but with a different priorityMartin Pieuchot
2015-11-30Rewrite the "netmask" rule testing the "-dst" and "-net" optionsMartin Pieuchot
2015-11-09Match recent rtalloc(9) rewrite.Martin Pieuchot
2015-10-27Check that RTM_GET works without RTAX_GATEWAY argument for multipathMartin Pieuchot
2015-10-25Sync after recent rtable_insert() change.Martin Pieuchot
2015-10-14unbreak regress/sbin/newfsSebastien Marie
2015-10-08Local route entries are always UP now, missed in previous.Martin Pieuchot
2015-09-28Sync with recent changes, local routes are now always UP.Martin Pieuchot
2015-09-23Sync with recent rt_use change.Martin Pieuchot
2015-09-07Sync output with recent IPv6 loopback changes to ensure ::1 is theMartin Pieuchot
2015-09-03revert previous since the v6 address order has been restoredMike Belopuhov
2015-09-03route-to, reply-to and dup-to are no longer supported on block rulesMike Belopuhov
2015-09-03order of assigned v6 addresses has slightly changedMike Belopuhov
2015-09-03sync to reflect changes in pfctl_parser.c -r1.305Mike Belopuhov
2015-08-31No more connected routes on loopback interfaces.Martin Pieuchot
2015-05-19Test divert-to rules' address handling (pfctl/parse.y -r1.648)Mike Belopuhov
2015-04-17Remove superflous "::1" route, test currently failing but a fix isMartin Pieuchot
2015-04-17Local routes should be present in the routing table output.Martin Pieuchot
2015-04-17Match -current output. Every configured address should have a local routeMartin Pieuchot
2015-03-02Add three extra checks that test proper removal of the P flag. Currently 2 failClaudio Jeker
2015-01-27Specify the default MTU size for routes to loopback.Martin Pieuchot
2014-11-26Add 3 regression tests for "route change" dealing with -ifp, -ifa andMartin Pieuchot
2014-11-18Nuke some obvious #include duplications.Kenneth R Westerback
2014-11-13keep queues around when anchors are being loadedMartin Pelikan
2014-10-29Update test outputs to reflect the fact that routes to loopback addressesMartin Pieuchot
2014-10-28add a regression test for the pfctl parser bug recently fixed bySebastian Benoit
2014-08-27Add support for Curve25519 using the public domain code that is foundReyk Floeter
2014-08-25Inspired by the previous brainpool addition, copy isakmpd's dh test toReyk Floeter
2014-08-23when you specify queues in a rule, make sure they have been defined.Martin Pelikan
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-06-25Explicitely specify address family when translation pool may containMike Belopuhov
2014-06-24Fixup the test after new queue code has been added.Mike Belopuhov
2014-05-31Add a basic test for RTM_CHANGEClaudio Jeker
2014-05-14Adjust route outputs to the new lo(4) MTU which is now the same on all archs.Claudio Jeker
2014-04-18Introduce some regress tests against our routing table. At least that wayClaudio Jeker
2014-04-18missed theseHenning Brauer
2014-04-18stop testing altq stuffzHenning Brauer
2013-10-12adopt existing altq regress to queueing changes; queuespecs for altq useHenning Brauer
2013-08-25transform names cannot have commasMike Belopuhov
2013-08-25transform names cannot have commasMike Belopuhov
2013-08-02fixup set prio falloutMike Belopuhov
2013-08-02extra skip step and counters printout fixed by the recent pfctl changeMike Belopuhov
2013-08-02fixup set prio falloutMike Belopuhov
2013-08-02update pfail32.ok: it's failiing in a much better way now; ok henningMike Belopuhov
2013-08-01Some tests are currently failing. Only run those if the REGRESS_FULLMark Kettenis
2013-08-01more set queue fallout fixupsMike Belopuhov
2013-07-31fixup pfctl regress fallout from the "set tos" and "set queue" changesMike Belopuhov
2012-10-20pf.conf "prio" syntax was changed (2012/07/09); adapt pfctl regress tests.Stuart Henderson