From: Phil Young Date: Thu, 12 Nov 2020 18:19:12 +0000 (-0500) Subject: napatech: Removed restriction on use of inline mode X-Git-Tag: suricata-6.0.1~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa77e02cf1a39423966f87828858603aa045f482;p=thirdparty%2Fsuricata.git napatech: Removed restriction on use of inline mode Removed the unnecessary restriction on the use of inline mode only when bypass is enabled. Now, Inline can be used independent of bypass functionality. --- diff --git a/src/util-napatech.c b/src/util-napatech.c index 695fabe5f9..9bf7b16576 100644 --- a/src/util-napatech.c +++ b/src/util-napatech.c @@ -1423,11 +1423,6 @@ uint32_t NapatechSetupTraffic(uint32_t first_stream, uint32_t last_stream) } else { SCLogInfo("Napatech Hardware Bypass disabled."); } - - if (is_inline) { - FatalError(SC_ERR_FATAL, - "Napatech inline mode not supported. (Only available when Hardware Bypass support is enabled.)"); - } #endif if (is_inline) {