Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Since rework of source IP selection, we can reverse the last changes | 2020-11-07 | 1 | -9/+1 | |
| | |||||
* | The 'source IP address' commit (route.c r1.249) broke the rtable regress | 2020-11-03 | 1 | -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 compat | 2019-05-08 | 1 | -3/+3 | |
| | | | | macros to make art.c compile again in regress. | ||||
* | Fix after recent mutex change. | 2018-01-14 | 1 | -1/+4 | |
| | |||||
* | Compile and test MPATH code. | 2017-07-27 | 1 | -1/+9 | |
| | |||||
* | Update stubs to work with radix tree. | 2017-06-06 | 1 | -3/+4 | |
| | |||||
* | Test ART implementation by default. | 2016-09-21 | 1 | -1/+6 | |
| | | | | RADIX code can be tested by doing "make RADIX=1" | ||||
* | Adapt compat layers after recent changes: srp_swap() and the GC task | 2016-06-07 | 1 | -3/+13 | |
| | | | | for ART. | ||||
* | Sync after rt_mask() removal. | 2015-12-04 | 1 | -1/+3 | |
| | |||||
* | Sync to recent changes including SRP protection of rtable_get(), use | 2015-12-03 | 1 | -1/+3 | |
| | | | | of a SRPL for the multipath list and rtable_delete() API change. | ||||
* | Basic framework to test the rtable_* API directly from userland. | 2015-11-04 | 1 | -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. |