From 2bbe2f05585bb06f9c417ee8437a8077c97b0de2 Mon Sep 17 00:00:00 2001 From: Siddharth M Date: Sun, 14 Jul 2019 20:29:29 +0530 Subject: executor: add network packet injection for NetBSD * Initial Commit * working build of network packet fuzzing * Add missed csource file * pkg/csource: fix build * executor/common_bsd.h: Add comment stating reason for ifconfig create --- pkg/host/host_netbsd.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/host') diff --git a/pkg/host/host_netbsd.go b/pkg/host/host_netbsd.go index 2ba822c36..609db091c 100644 --- a/pkg/host/host_netbsd.go +++ b/pkg/host/host_netbsd.go @@ -13,4 +13,5 @@ func isSupported(c *prog.Syscall, target *prog.Target, sandbox string) (bool, st func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled + checkFeature[FeatureNetworkInjection] = unconditionallyEnabled } -- cgit mrf-deployment