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-07-13 07:35:26 +02:00
2017-05-22 12:49:55 +02:00
2018-01-29 18:49:55 +01:00
2018-01-06 14:49:48 +01:00