Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Survive-systems-with-an-empty-routing-table.patch | Survive systems with an empty routing table On at least Linux, 'route -n' returns 1 if there are no routes. This shouldn't make the test suite fail, so skip the tests on errors. This is not an optimal solution as other errors might now go unnoticed. |
Niko Tyni <ntyni@debian.org> | no | debian | 2015-08-24 | |
0002-Survive-systems-without-a-default-route.patch | Survive systems without a default route. When using cowbuilder and USENETWORK=no, 'route -n' returns 0 but $table_ref->default_route() is undefined. This shouldn't make the test suite fail, so skip the tests on errors. This is not an optimal solution as other errors might now go unnoticed. |
intrigeri <intrigeri@boum.org> | no | debian | 2016-06-29 |