index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
net
/
route
Age
Commit message (
Expand
)
Author
2022-09-20
tests: add tests for automatic route deletions on an address removal
knakahara
2019-05-13
Get rid of all the -lrumpdev and -lrumpvfs that are no longer needed
bad
2019-04-18
tests: dump kernel stats on cleanup
ozaki-r
2017-12-18
Adjust outputs of route's flags to include a numeric output
ozaki-r
2017-09-20
Add tests of rtcache invalidation
ozaki-r
2017-08-03
Clean up clunky eval strings
ozaki-r
2017-06-30
Check if ARP/NDP entries are purged when a related route is deleted
ozaki-r
2017-06-28
Restore ARP/NDP entries to route show and netstat -r
ozaki-r
2017-06-28
Drop RTF_LLINFO flag (now it's RTF_LLDATA) from local routes
ozaki-r
2017-06-27
Fix wrong comment
ozaki-r
2017-06-27
Check existence of ARP/NDP entries
ozaki-r
2017-03-24
Fix typo
ozaki-r
2017-03-24
Add test cases for PR kern/52077
ozaki-r
2017-03-22
Add some tests to change flags of routes
ozaki-r
2017-03-21
Add a test case for PR kern/52083
ozaki-r
2016-12-21
Add ifconfig -w to improve test stability
ozaki-r
2016-11-25
Share rump_server start/stop and interface creation/destruction functions
ozaki-r
2016-11-24
Move route check functions to net_common.sh
ozaki-r
2016-11-07
Accept DEBUG environment variable
ozaki-r
2016-08-16
Fix test_lo6 because ::1 now has RTF_LOCAL assigned to it.
roy
2016-08-10
Add -lrumpdev so that tests work again.
roy
2016-07-21
Add some tests for route change
ozaki-r
2016-07-21
Remove extra grep
ozaki-r
2016-07-21
Make the test name self-descriptive
ozaki-r
2016-07-08
Fix test names
ozaki-r
2016-06-21
Tweak route get outputs to make tests work
ozaki-r
2016-06-21
Make a bunch of test names self-descriptive
ozaki-r
2016-04-23
Return 0 for $DEBUG=false case
ozaki-r
2016-04-23
Add more tests of RTF_REJECT
ozaki-r
2016-04-22
Add more tests of RTF_REJECT
ozaki-r
2016-04-21
Fix tests for blackhole routes
ozaki-r
2016-04-21
Add tests of route flags using IPv6 addresses
ozaki-r
2016-04-04
Separate nexthop caches from the routing table
ozaki-r
2016-03-28
Make outputs informative on failure
ozaki-r
2016-03-28
Add tests for "route get"
ozaki-r
2016-01-29
Add tests for a gateway not on the local subnet
ozaki-r
2015-06-01
Improve stability of route_flags_xresolve tests
ozaki-r
2015-05-20
Add tests for XRESOLVE flag
ozaki-r
2015-05-18
Add tests for route flags
ozaki-r
2013-02-19
Check for RUMP programs before using them.
joerg
2011-05-14
Instead of doing 'atf_check ... sh -c foo', just do 'atf_check ... -x foo'.
jmmv
2011-02-10
Problem was fixed, don't expect to fail anymore
kefren
2011-02-08
Time to start adding tests for the routing code to make that part
pooka