Decrypted Traffic Steering增加enable_steering_http和enable_steering_ssl开关,支持按照协议类型回流
This commit is contained in:
@@ -63,7 +63,8 @@ struct tfe_proxy_tcp_options
|
||||
|
||||
struct tfe_traffic_steering_options
|
||||
{
|
||||
int enable;
|
||||
int enable_steering_http;
|
||||
int enable_steering_ssl;
|
||||
int so_mask_client;
|
||||
int so_mask_server;
|
||||
char device_client[IFNAMSIZ];
|
||||
|
||||
Reference in New Issue
Block a user