Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-12 | Revert previous, the changed has been backed out and I wasn't running | Martin Pieuchot | |
the last snaphot. | |||
2018-02-12 | Fix most outputs now that lo5 is getting 127.0.0.1 automagically. | Martin Pieuchot | |
2016-09-01 | Now the cached route flag appears in "route show". Adapt test. | Alexander Bluhm | |
OK mpi@ | |||
2016-08-22 | Sync counters now that ifa_ifwithroute() no longer uses ifa_ifwithnet(). | Martin Pieuchot | |
2016-07-19 | Update counters & unbreak now that rtrequest(RTM_ADD, ...) caches the | Martin Pieuchot | |
gateway. | |||
2015-11-09 | Match recent rtalloc(9) rewrite. | Martin Pieuchot | |
Gateway routes are now cached the first time they are used and no longer when they are added. This allows to track down which multipath route is being selected as next-hop. | |||
2015-09-23 | Sync with recent rt_use change. | Martin Pieuchot | |
2014-10-29 | Update test outputs to reflect the fact that routes to loopback addresses | Martin Pieuchot | |
are plain local routes. | |||
2014-05-14 | Adjust route outputs to the new lo(4) MTU which is now the same on all archs. | Claudio Jeker | |
Makes this regress work again. | |||
2014-04-18 | Introduce some regress tests against our routing table. At least that way | Claudio Jeker | |
there is a chance that we do not break the network stack even more. These regress tests already found a few issues. The framework is ugly and does not properly recover from failures. Somebody more skilled can come up with a better solution. mpi@, blambert@ and sthen@ support this |