summaryrefslogtreecommitdiffstats
path: root/regress/sys/net/rtable/kern_compat.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Since rework of source IP selection, we can reverse the last changesdenis2020-11-071-9/+1
|
* The 'source IP address' commit (route.c r1.249) broke the rtable regresstb2020-11-031-1/+9
| | | | | | | | | | tests since it introduced use of ifa_ifwithaddr() from if.c, so the tests no longer link due to the missing symbol. Provide an ifa_ifwithaddr() shim that makes the test link again. Passes on amd64 and sparc64. ok bluhm
* Mutex functions have no __ prefix anymore. Adjust kernel compatbluhm2019-05-081-3/+3
| | | | macros to make art.c compile again in regress.
* Fix after recent mutex change.mpi2018-01-141-1/+4
|
* Compile and test MPATH code.mpi2017-07-271-1/+9
|
* Update stubs to work with radix tree.mpi2017-06-061-3/+4
|
* Test ART implementation by default.mpi2016-09-211-1/+6
| | | | RADIX code can be tested by doing "make RADIX=1"
* Adapt compat layers after recent changes: srp_swap() and the GC taskmpi2016-06-071-3/+13
| | | | for ART.
* Sync after rt_mask() removal.mpi2015-12-041-1/+3
|
* Sync to recent changes including SRP protection of rtable_get(), usempi2015-12-031-1/+3
| | | | of a SRPL for the multipath list and rtable_delete() API change.
* Basic framework to test the rtable_* API directly from userland.mpi2015-11-041-0/+54
You can replace inet{,6}-fullfeed.txt with a dump of your fullfeed table to really stress this test framework. I did not commit them because CVS certainly doesn't like ~7M file.