travisladuke 1d095e81d9 fix macos default route again
see commit fb6af1971 * Fix network DNS on macOS
adding that stuff to System Config causes this extra route to be added
which breaks ipv4 default route.
We figured out a weird System Coniguration setting
that works.

--- old
couldn't figure out how to fix it in SystemConfiguration
so here we are# Please enter the commit message for your changes. Lines starting

We also moved the dns setter to before the syncIps stuff
to help with a race condition. It didn't always work when
you re-joined a network with default route enabled.
2023-08-14 17:06:05 -07:00
..
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2023-05-25 11:21:35 -07:00
2023-05-25 11:21:35 -07:00
2016-12-27 11:57:05 +01:00
2020-08-20 12:51:39 -07:00
2023-05-25 11:21:35 -07:00
2023-05-25 11:21:35 -07:00
2023-08-01 08:53:55 -07:00
2020-11-16 11:11:52 -08:00
2023-07-27 14:26:36 -07:00
2023-08-14 17:06:05 -07:00
2023-07-27 14:26:36 -07:00
2023-05-25 11:21:35 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2023-08-14 17:06:05 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2020-08-20 12:51:39 -07:00
2023-05-03 13:43:45 -07:00
2023-05-03 13:43:45 -07:00
2023-08-14 17:06:05 -07:00
2020-08-20 12:51:39 -07:00
2015-03-31 14:12:33 -07:00
2020-08-12 09:16:18 -07:00
2020-08-11 18:55:42 -07:00

OS-Dependent and OS-Interface Things

This folder contains stuff that interfaces with the base operating system like Phy for network access and the various OS-specific Ethernet tap drivers.