Skip to content

Commit 00a5fe1

Browse files
committed
common/libnetwork/network: comment cleanup
Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 77d3e76 commit 00a5fe1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

common/libnetwork/network/interface.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ const (
2929

3030
// NetworkBackend returns the network backend name and interface
3131
// 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
32+
// If the backend is set to "" we will automatically assign the netavark
33+
// backend.
3634
//
3735
// revive does not like the name because the package is already called network
3836
//

0 commit comments

Comments
 (0)