SetupNetworking creates interfaces and network namespaces for the test. The most simple implementation is NetworkSetupDefault, which only creates a network namespace shared for all tests.
(t *testing.T, logger slog.Logger)
| 106 | // The most simple implementation is NetworkSetupDefault, which only creates |
| 107 | // a network namespace shared for all tests. |
| 108 | SetupNetworking(t *testing.T, logger slog.Logger) TestNetworking |
| 109 | } |
| 110 | |
| 111 | type ClientStarter interface { |
no outgoing calls