CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/05/31 01:42:39
Modified files: sys/net : route.c Log message: Flush dynamic route entries attached to an interface when its link state becomes DOWN. This follows the same reasonning as for L2 (cloned) entries. Hopefully enough to fix tedu@'s stale RTF_DYNAMIC routes when switching WiFi network during suspend/resume. ok sthen@