summaryrefslogtreecommitdiff
path: root/regress/sbin/route
AgeCommit message (Expand)Author
2022-11-10cope with recent route output changesAnton Lindqvist
2022-06-19Make expected output match reality again.Theo Buehler
2022-06-19Fix rttest output after rtsock.c r1.329 that RTF_DONE to routes sentTheo Buehler
2019-03-30tweak comment lines.YASUOKA Masahiko
2019-03-30Add 5 test cases forasou
2018-09-07Not adding ::1 on non-default lo(4) broke regress/sbin/route.Alexander Bluhm
2018-06-04Allow specifying binary via ROUTEkn
2018-02-20Test that removing a mpath RTF_CLONING route entry do not remove theMartin Pieuchot
2018-02-19Correctly diff the output of test 32.Martin Pieuchot
2018-02-14Make sure lo5 is tied to rdomain 5.Martin Pieuchot
2018-02-12Always destroy all interfaces before starting a new test.Martin Pieuchot
2018-02-12Pass '-inet6' to the default loopback before each test.Martin Pieuchot
2018-02-12Now that the default loopback interface is brough UP when rdomain 5Martin Pieuchot
2018-02-12Revert previous, the changed has been backed out and I wasn't runningMartin Pieuchot
2018-02-12Fix most outputs now that lo5 is getting 127.0.0.1 automagically.Martin Pieuchot
2018-02-08Test that next-hop L2 caches are cloned using the correct MPATH route.Martin Pieuchot
2017-09-12Sleep for some time to avoid race reporting a different number of referenceMartin Pieuchot
2017-09-05Test that MPATH routes with different priorities are insterted respectingMartin Pieuchot
2017-09-05Document new test.Martin Pieuchot
2017-09-05Test that all MPATH routes attached to an interface are taken down whenMartin Pieuchot
2017-08-10Use "! cmd" for commands that are expected to fail.Martin Pieuchot
2017-08-10Test that 'route change' has no effect on a RTF_LOCAL route.Martin Pieuchot
2017-07-27Work around for rttest8 that some times fail due to a reference countMartin Pieuchot
2017-07-07Remove all references to "make depend" from regress.Alexander Bluhm
2017-05-30Remove the .INTERRUPT target, it prevented to terminate the testAlexander Bluhm
2017-02-28Reflect recent net/route.c change. Adding a conflicting route noMartin Pieuchot
2016-12-06Update to match recent changes.Martin Pieuchot
2016-09-01Now the cached route flag appears in "route show". Adapt test.Alexander Bluhm
2016-09-01Test that RTF_LOCAL routes cannot be deleted from userland.Martin Pieuchot
2016-09-01Use counter should stay at '0' if the lookup hasn't been done forMartin Pieuchot
2016-08-31Add a bunch of regress test to verify the RTM_CHANGE behaviour of mpathClaudio Jeker
2016-08-31Document what the various test here do. With mpi@Claudio Jeker
2016-08-22Use a reachable next hop for test 13, which make it fail as it should.Martin Pieuchot
2016-08-22Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet().Martin Pieuchot
2016-08-22Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet().Martin Pieuchot
2016-08-22Sync refcount with recent change.Martin Pieuchot
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-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-08-31No more connected routes on loopback interfaces.Martin Pieuchot
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