summaryrefslogtreecommitdiff
path: root/regress/sys/net/rtable
AgeCommit message (Expand)Author
2020-11-03The 'source IP address' commit (route.c r1.249) broke the rtable regressTheo Buehler
2019-06-24Do not use a warning flag that base gcc does not understand,Visa Hankala
2019-06-24Fix test after kernel interface change.Visa Hankala
2019-05-08Mutex functions have no __ prefix anymore. Adjust kernel compatAlexander Bluhm
2019-03-31Make ART data structure definitions visible to userland, in order to fixMartin Pieuchot
2018-12-03The field dom_rtkeylen has been removed from struct domain. ConvertAlexander Bluhm
2018-06-23Fix a segfault when inserting the same prefix multiple timesdenis
2018-01-14Fix after recent mutex change.Martin Pieuchot
2017-07-27Compile and test MPATH code.Martin Pieuchot
2017-06-06Update stubs to work with radix tree.Martin Pieuchot
2016-11-20SRPL_FIRST() and SRPL_FOLLOW().Martin Pieuchot
2016-11-15rtable_init() now creates the default routing table.Martin Pieuchot
2016-09-21Test ART implementation by default.Martin Pieuchot
2016-09-07add objdir to fix regress testVincent Gross
2016-07-19Adapt test to the srp_swap() area.Martin Pieuchot
2016-06-07Adapt compat layers after recent changes: srp_swap() and the GC taskMartin Pieuchot
2016-03-24Remove #ifdef from code shared with the kernel, IPv6 is always enabledMartin Pieuchot
2016-03-23Assert that the mask to prefix length conversion is correct whenMartin Pieuchot
2015-12-04Sync after rt_mask() removal.Martin Pieuchot
2015-12-03Sync to recent changes including SRP protection of rtable_get(), useMartin Pieuchot
2015-11-12ART-specific bits to make sure root tables are properly freed.Martin Pieuchot
2015-11-04Basic framework to test the rtable_* API directly from userland.Martin Pieuchot