afpacket: update offloading warning

pull/2160/head
Victor Julien 9 years ago
parent 45fa25eb0c
commit 507027845d

@ -428,7 +428,7 @@ finalize:
case LINKTYPE_ETHERNET:
if (GetIfaceOffloading(iface) == 1) {
SCLogWarning(SC_ERR_AFP_CREATE,
"Using AF_PACKET with GRO or LRO activated can lead to capture problems");
"Using AF_PACKET with offloading activated leads to capture problems");
}
case -1:
default:

Loading…
Cancel
Save