]> Pileus Git - ~andy/sunrise/blob - net-analyzer/pf_ring-kmod/files/README.module_options
net-analyzer/pf_ring-kmod: New Ebuild for bug 366609
[~andy/sunrise] / net-analyzer / pf_ring-kmod / files / README.module_options
1 # Please see http://www.ntop.org/PF_RING.html for more information
2 #
3 #
4 #Options: [transparent_mode=0|1|2] [ min_num_slots=x] [ enable_tx_capture=1|0] [ enable_ip_defrag=1|0]
5 #
6 # Transparent_mode parameters:
7 #
8 # * transparent_mode=0 (default)
9 #   Packets are received via the standard Linux interface. Any driver can use 
10 #   this mode.
11 #
12 # * transparent_mode=1 (Both vanilla and PF_RING-aware drivers)
13 #    Packets are memcpy() to PF_RING and also to the standard Linux path
14 #    
15 # * transparent_mode=2 (PF_RING -aware drivers only)
16 #   Packets are ONLY memcpy() to PF_RING and not to the standard Linux path
17 #   (i.e. tcpdump won't see anything)
18 #
19 # Other parameters:
20 #
21 # * min_num_slots
22 #   Min number of ring slots (default . 4096)
23 #
24 # * enable_tx_capture
25 #   Set to 1 to capture outgoing packets, set to 0 to disable capture outgoing
26 #   packets (default . RX+TX)
27 #
28 # * enable_ip_defrag
29 #    Set to 1 to enable IP defragmentation, only rx traffic is 
30 #    defragmented
31 #
32 # Once loaded, performance and configuration information for the pf_ring 
33 # module can be found via the files located in:
34 #
35 #       /proc/net/pf_ring/