]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
afpacket: update offloading warning
authorVictor Julien <victor@inliniac.net>
Mon, 13 Jun 2016 10:33:51 +0000 (12:33 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 20 Jun 2016 15:57:59 +0000 (17:57 +0200)
src/runmode-af-packet.c

index 1696834c12bc166be518352330bac7028a396fa3..3d9cacb5cb91d0bcf12ace0824e422e1e2f6483d 100644 (file)
@@ -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: