From aa27601f9e978d77b528ddf56e670c24f511d0d2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 15 Nov 2019 10:57:49 +0100 Subject: pkg/host: rename some features Rename some features in preparation for subsequent changes which will align names across the code base. --- pkg/host/host_openbsd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/host/host_openbsd.go') diff --git a/pkg/host/host_openbsd.go b/pkg/host/host_openbsd.go index bbf373de9..5a42edc57 100644 --- a/pkg/host/host_openbsd.go +++ b/pkg/host/host_openbsd.go @@ -31,6 +31,6 @@ func isSupportedVMM() (bool, string) { func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled checkFeature[FeatureComparisons] = unconditionallyEnabled - checkFeature[FeatureNetworkInjection] = unconditionallyEnabled + checkFeature[FeatureNetInjection] = unconditionallyEnabled checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled } -- cgit mrf-deployment