Содержание

Management utilities

dpdkinfo

Receive diagnostic data from SFP modules. Parameters:

bpctl_util

Manual bypass control. DPI controls bypass independently, but manual bypass control is performed by this utility if necessary:

driverctl

DPDK management. Parameters:

Configuring DPDK in Hyper-V is described in detail in the appropriate section.

checklock

Check if an address or port is blacklisted.
Example of a port check:

checklock 188.114.97.28

checkproto

Check if the address or port is included in the custom protocol.
Example of a port check:

checkproto youtube

checknat

White address allocation check. Shows how the network for NAT is distributed among process vorkers.
Command entry format:

nthr=x, algo=0|1|2, cidrs='list cidrs' [,tcheck_correct_hash=0:1,gr_cidrs='list gray cidrs',dst_cidrs='list destination cidrs']

Parameters:

Examples:

# Example 1
nthr=16 algo=0 cidrs='16.35.120.0/24,91.210.24.128/26'
# Example 2
nthr=16 algo=0 cidrs='16.35.120.0/24,91.210.24.128/26' check_correct_hash=1 gr_cidrs='10.0.0.0/24,192.168.4.0/28' dst_cidrs='30.0.0.0/24,50.0.0.0/24'