Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Since rework of source IP selection, we can reverse the last changes | 2020-11-07 | 3 | -14/+7 | |
| | |||||
* | Compiling rtable.c kernel source file needs satosin() and satosin6() | 2020-11-06 | 2 | -6/+5 | |
| | | | | now. Provide macros via CPPFLAGS on command line. | ||||
* | 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 | ||||
* | Do not use a warning flag that base gcc does not understand, | 2019-06-24 | 2 | -2/+4 | |
| | | | | | | and fix the warnings. From Moritz Buhl | ||||
* | Fix test after kernel interface change. | 2019-06-24 | 2 | -5/+5 | |
| | | | | From Moritz Buhl | ||||
* | Mutex functions have no __ prefix anymore. Adjust kernel compat | 2019-05-08 | 1 | -3/+3 | |
| | | | | macros to make art.c compile again in regress. | ||||
* | Make ART data structure definitions visible to userland, in order to fix | 2019-03-31 | 1 | -2/+2 | |
| | | | | | | netstat(1) inspection of routing tables. From Naoki Fukaumi, ok yasuoka@ | ||||
* | The field dom_rtkeylen has been removed from struct domain. Convert | 2018-12-03 | 1 | -8/+23 | |
| | | | | to designated initializers and adapt the test. Fix white space. | ||||
* | Fix a segfault when inserting the same prefix multiple times | 2018-06-23 | 1 | -2/+2 | |
| | | | | OK bluhm@, jca@, kn@ | ||||
* | Fix after recent mutex change. | 2018-01-14 | 1 | -1/+4 | |
| | |||||
* | Compile and test MPATH code. | 2017-07-27 | 5 | -7/+138 | |
| | |||||
* | Update stubs to work with radix tree. | 2017-06-06 | 1 | -3/+4 | |
| | |||||
* | SRPL_FIRST() and SRPL_FOLLOW(). | 2016-11-20 | 1 | -1/+2 | |
| | |||||
* | rtable_init() now creates the default routing table. | 2016-11-15 | 2 | -6/+2 | |
| | |||||
* | Test ART implementation by default. | 2016-09-21 | 2 | -5/+10 | |
| | | | | RADIX code can be tested by doing "make RADIX=1" | ||||
* | add objdir to fix regress test | 2016-09-07 | 2 | -4/+4 | |
| | |||||
* | Adapt test to the srp_swap() area. | 2016-07-19 | 2 | -8/+30 | |
| | |||||
* | Adapt compat layers after recent changes: srp_swap() and the GC task | 2016-06-07 | 2 | -16/+33 | |
| | | | | for ART. | ||||
* | Remove #ifdef from code shared with the kernel, IPv6 is always enabled | 2016-03-24 | 1 | -5/+1 | |
| | | | | in the tests. | ||||
* | Assert that the mask to prefix length conversion is correct when | 2016-03-23 | 1 | -9/+13 | |
| | | | | | | | removing an entry. While here print the corresponding error string when available if rtable_* function fail. | ||||
* | Sync after rt_mask() removal. | 2015-12-04 | 2 | -79/+74 | |
| | |||||
* | Sync to recent changes including SRP protection of rtable_get(), use | 2015-12-03 | 6 | -9/+60 | |
| | | | | of a SRPL for the multipath list and rtable_delete() API change. | ||||
* | ART-specific bits to make sure root tables are properly freed. | 2015-11-12 | 2 | -1/+22 | |
| | | | | While here make sure we test the special "default route" case. | ||||
* | Basic framework to test the rtable_* API directly from userland. | 2015-11-04 | 12 | -0/+1659 | |
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. |