automation-tests/common/libnetwork/netavark
Kir Kolyshkin 14c831e003 libnetwork/netavark: simplify isMacVlan init
This fixes the following staticcheck warning:

> libnetwork/netavark/config.go:297:2: QF1007: could merge conditional assignment into variable declaration (staticcheck)
> 	isMacVlan := true
> 	^

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-03-26 09:36:14 -07:00
..
testfiles Fix typos across repo; extend codespell config 2024-01-03 23:38:47 +02:00
testplugin lint: update golangci-lint to v1.56.2 2024-03-05 18:10:32 +01:00
config.go libnetwork/netavark: simplify isMacVlan init 2025-03-26 09:36:14 -07:00
config_test.go fix(libnetwork): interface name length validation 2025-03-20 11:02:13 -03:00
const.go chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
exec.go chore: replace 'interface{}' with 'any' for consistency 2024-01-08 21:26:34 +02:00
ipam.go vendor: update to go.etcd.io/bbolt v1.4.0 2025-03-18 11:59:28 +01:00
ipam_test.go update golangci-lint to 1.60.3 2024-09-03 15:57:02 +02:00
netavark_suite_test.go libnetwork/netavark: fix rootless unit tests 2024-06-25 11:39:33 +02:00
network.go libnetwork/types: rename RegexError to ErrInvalidName 2025-03-26 09:36:14 -07:00
plugin_test.go lint: enable ginkgolinter 2024-03-18 11:51:54 +01:00
run.go libnetwork/netavark: dealloc ips on setup error 2025-03-03 14:04:33 +01:00
run_test.go lint: enable ginkgolinter 2024-03-18 11:51:54 +01:00