Update configuration file to new pfring format.

remotes/origin/master-1.1.x
Eric Leblond 14 years ago
parent d9d8286671
commit 78467f1846

@ -530,6 +530,7 @@ logging:
# PF_RING configuration. for use with native PF_RING support # PF_RING configuration. for use with native PF_RING support
# for more info see http://www.ntop.org/PF_RING.html # for more info see http://www.ntop.org/PF_RING.html
pfring: pfring:
- interface: eth0
# Number of receive threads (>1 will enable experimental flow pinned # Number of receive threads (>1 will enable experimental flow pinned
# runmode) # runmode)
threads: 1 threads: 1
@ -545,6 +546,11 @@ pfring:
# Default PF_RING cluster type. PF_RING can load balance per flow or per hash. # Default PF_RING cluster type. PF_RING can load balance per flow or per hash.
# This is only supported in versions of PF_RING > 4.1.1. # This is only supported in versions of PF_RING > 4.1.1.
cluster-type: cluster_round_robin cluster-type: cluster_round_robin
# Second interface
#- interface: eth1
# threads: 3
# cluster-id: 93
# cluster-type: cluster_flow
# For FreeBSD ipfw(8) divert(4) support. # For FreeBSD ipfw(8) divert(4) support.
# Please make sure you have ipfw_load="YES" and ipdivert_load="YES" # Please make sure you have ipfw_load="YES" and ipdivert_load="YES"

Loading…
Cancel
Save