mirror of
https://github.com/apple/container.git
synced 2026-09-12 02:35:42 +00:00
This PR replaces public computed properties with setters in the `NATNetworkInterface` class with constants to avoid using locks in the setters. A new instance of `NATNetworkInterface` should be created to change these values.