diff options
| author | luwenpeng <[email protected]> | 2023-05-04 17:56:12 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-05-04 17:56:15 +0800 |
| commit | 1577f489c9cdc547a8d4d10bf14a73a1b0a5069a (patch) | |
| tree | df386e7309d71b28c9d91bfd0b597343a558ea7e /conf | |
| parent | a2d0f40f7687846d11336d358ab5dcf1c60549e4 (diff) | |
增加bypass_traffic调试开关
* bypass_traffic:0 disable
* bypass_traffic:1 bypass all traffic
* bypass_traffic:2 bypass raw traffic
* bypass_traffic:3 bypass decrypted traffic
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/sce.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/sce.conf b/conf/sce.conf index 73af692..a1a9681 100644 --- a/conf/sce.conf +++ b/conf/sce.conf @@ -39,8 +39,11 @@ redis_port_range=6379 max_chaining_size=32 [packet_io] -# bypass_all_traffic:1 NF2NF and SF2SF -bypass_all_traffic=0 +# bypass_traffic:0 disable +# bypass_traffic:1 bypass all traffic +# bypass_traffic:2 bypass raw traffic +# bypass_traffic:3 bypass decrypted traffic +bypass_traffic=0 rx_burst_max=128 app_symbol=sce dev_endpoint=eth_sf_endpoint |
