mirror of https://github.com/OISF/suricata
parent
18a6a079da
commit
be2c40bde7
@ -0,0 +1,31 @@
|
|||||||
|
.. _afpacket:
|
||||||
|
|
||||||
|
AF_PACKET
|
||||||
|
#########
|
||||||
|
|
||||||
|
Introduction
|
||||||
|
************
|
||||||
|
|
||||||
|
AF_PACKET is a capture interface to the Linux Kernel.
|
||||||
|
|
||||||
|
Config Options
|
||||||
|
**************
|
||||||
|
|
||||||
|
disable-hwtimestamp
|
||||||
|
===================
|
||||||
|
|
||||||
|
Boolean option to disable hardware timestamping on an interface.
|
||||||
|
|
||||||
|
By default the hardware timestamping support is enabled if the system support it.
|
||||||
|
|
||||||
|
Hardware timestamping can lead to issue of the NIC and kernel getting out of sync. See
|
||||||
|
`ticket 7585 <https://redmine.openinfosecfoundation.org/issues/7585>`_.
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
af-packet:
|
||||||
|
- interface: eth0
|
||||||
|
cluster-id: 99
|
||||||
|
disable-hwtimestamp: true
|
||||||
|
cluster-type: cluster_flow
|
||||||
|
|
||||||
Loading…
Reference in New Issue