Searched hist:05102370 (Results 1 – 1 of 1) sorted by relevance
/openbsd/etc/ |
H A D | netstart | 05102370 Tue Dec 06 14:01:43 GMT 2016 mpi <mpi@openbsd.org> Do not lose the default route when netstart(8) is run a second time on the interface pointed to by the default route.
Since the kernel no longer keep routes with dangling address pointer, netstart(8) has to re-add the default route when the corresponding ifa has been deleted and re-created.
deraadt@ points out that even if the previous semantic was not necessarily better, a script like netstart(8) cannot totally fix the default route problem.
Regression reported by and fix tested by Hrvoje Popovski.
ksh foo checked by halex@
|