summaryrefslogtreecommitdiff
path: root/tests/net/route
AgeCommit message (Expand)Author
2022-09-20tests: add tests for automatic route deletions on an address removalknakahara
2019-05-13Get rid of all the -lrumpdev and -lrumpvfs that are no longer neededbad
2019-04-18tests: dump kernel stats on cleanupozaki-r
2017-12-18Adjust outputs of route's flags to include a numeric outputozaki-r
2017-09-20Add tests of rtcache invalidationozaki-r
2017-08-03Clean up clunky eval stringsozaki-r
2017-06-30Check if ARP/NDP entries are purged when a related route is deletedozaki-r
2017-06-28Restore ARP/NDP entries to route show and netstat -rozaki-r
2017-06-28Drop RTF_LLINFO flag (now it's RTF_LLDATA) from local routesozaki-r
2017-06-27Fix wrong commentozaki-r
2017-06-27Check existence of ARP/NDP entriesozaki-r
2017-03-24Fix typoozaki-r
2017-03-24Add test cases for PR kern/52077ozaki-r
2017-03-22Add some tests to change flags of routesozaki-r
2017-03-21Add a test case for PR kern/52083ozaki-r
2016-12-21Add ifconfig -w to improve test stabilityozaki-r
2016-11-25Share rump_server start/stop and interface creation/destruction functionsozaki-r
2016-11-24Move route check functions to net_common.shozaki-r
2016-11-07Accept DEBUG environment variableozaki-r
2016-08-16Fix test_lo6 because ::1 now has RTF_LOCAL assigned to it.roy
2016-08-10Add -lrumpdev so that tests work again.roy
2016-07-21Add some tests for route changeozaki-r
2016-07-21Remove extra grepozaki-r
2016-07-21Make the test name self-descriptiveozaki-r
2016-07-08Fix test namesozaki-r
2016-06-21Tweak route get outputs to make tests workozaki-r
2016-06-21Make a bunch of test names self-descriptiveozaki-r
2016-04-23Return 0 for $DEBUG=false caseozaki-r
2016-04-23Add more tests of RTF_REJECTozaki-r
2016-04-22Add more tests of RTF_REJECTozaki-r
2016-04-21Fix tests for blackhole routesozaki-r
2016-04-21Add tests of route flags using IPv6 addressesozaki-r
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-03-28Make outputs informative on failureozaki-r
2016-03-28Add tests for "route get"ozaki-r
2016-01-29Add tests for a gateway not on the local subnetozaki-r
2015-06-01Improve stability of route_flags_xresolve testsozaki-r
2015-05-20Add tests for XRESOLVE flagozaki-r
2015-05-18Add tests for route flagsozaki-r
2013-02-19Check for RUMP programs before using them.joerg
2011-05-14Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.jmmv
2011-02-10Problem was fixed, don't expect to fail anymorekefren
2011-02-08Time to start adding tests for the routing code to make that partpooka