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.
pull/5560/head
Phil Young 6 years ago committed by Victor Julien
parent 789dcbd49d
commit fa77e02cf1

@ -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) {

Loading…
Cancel
Save