moby/libnetwork/osl
Cory Snider 7037c48e58 libnetwork: set IPv6 without reexec
unshare.Go() is not used as an existing network namespace needs to be
entered, not a new one created. Explicitly lock main() to the initial
thread so as not to depend on the side effects of importing the
internal/unshare package to achieve the same.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-01-11 12:05:39 -05:00
..
kernel all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
interface_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
interface_linux.go libnetwork: Clean up sysfs-based operations 2023-01-11 17:01:53 +01:00
interface_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
namespace_linux.go libnetwork: set IPv6 without reexec 2023-01-11 12:05:39 -05:00
namespace_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
namespace_windows.go libnetwork: drop InitOSContext() 2022-10-25 13:35:44 -04:00
neigh_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
neigh_linux.go Fixup libnetwork lint errors 2021-06-01 23:48:32 +00:00
neigh_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
options_linux.go Add service virtual IP to sandbox's loopback address 2017-08-08 16:16:45 -07:00
route_linux.go libnetwork: fix empty-lines (revive) 2022-09-26 19:21:58 +02:00
sandbox.go libnetwork/osl: fix GoDoc formatting 2022-10-02 01:26:14 +02:00
sandbox_freebsd.go libnetwork: drop InitOSContext() 2022-10-25 13:35:44 -04:00
sandbox_linux_test.go libnetwork: Clean up sysfs-based operations 2023-01-11 17:01:53 +01:00
sandbox_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00
sandbox_unsupported_test.go Update to Go 1.17.0, and gofmt with Go 1.17 2021-08-24 23:33:27 +02:00