yaml: improve capture comments

pull/2121/head
Victor Julien 10 years ago
parent 766bc95e3c
commit df6f9269ec

@ -474,10 +474,13 @@ logging:
## ##
## Step 4: configure capture settings ## Step 4: configure common capture settings
##
## See "Advanced Capture Options" below for more options, including NETMAP
## and PF_RING.
## ##
# af-packet support # Linux high speed capture support
af-packet: af-packet:
- interface: eth0 - interface: eth0
# Number of receive threads. "auto" uses the number of cores # Number of receive threads. "auto" uses the number of cores
@ -562,6 +565,7 @@ af-packet:
#rollover: yes #rollover: yes
tpacket-v3: yes tpacket-v3: yes
# Cross platform libpcap capture support
pcap: pcap:
- interface: eth0 - interface: eth0
# On Linux, pcap will try to use mmaped capture and will use buffer-size # On Linux, pcap will try to use mmaped capture and will use buffer-size
@ -593,6 +597,7 @@ pcap:
- interface: default - interface: default
#checksum-checks: auto #checksum-checks: auto
# Settings for reading pcap files
pcap-file: pcap-file:
# Possible values are: # Possible values are:
# - yes: checksum validation is forced # - yes: checksum validation is forced

Loading…
Cancel
Save