We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d3e76 commit 00a5fe1Copy full SHA for 00a5fe1
common/libnetwork/network/interface.go
@@ -29,10 +29,8 @@ const (
29
30
// NetworkBackend returns the network backend name and interface
31
// It returns netavark backend depending on what is set in the config.
32
-// If the backend is set to "" we will automatically assign the backend on the following conditions:
33
-// 1. read ${graphroot}/defaultNetworkBackend
34
-// 2. find netavark binary
35
-// 3. check containers, images and CNI networks and if there are some we have an existing install and should continue to use CNI
+// If the backend is set to "" we will automatically assign the netavark
+// backend.
36
//
37
// revive does not like the name because the package is already called network
38
0 commit comments