William Orr 4211570649
Ignore expired routes in netstat on macOS
When routes expire in macOS, `netstat -r` shows a trailing exclamation point to indicate this. In the current version of this code, this will set `DEF_GW_IF` to contain a `!`, causing subsequent DNS modifications on OSX to fail.

This change ignores the the `!` that can be set in this case.
2019-03-13 18:43:02 +01:00
..
2017-02-17 09:27:25 +01:00
2017-02-20 07:14:38 +01:00
2017-02-17 09:27:25 +01:00