diff options
| author | [email protected] <[email protected]> | 2021-11-02 12:34:05 +0800 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2021-11-02 12:34:05 +0800 |
| commit | 31f55f0b88d4af34a8a36497f5e49c69b88b2fbf (patch) | |
| tree | 63515b3ceb361369cdc88ae6db1a808fc80e5b42 /bin/wy_single_flow.conf | |
Diffstat (limited to 'bin/wy_single_flow.conf')
| -rw-r--r-- | bin/wy_single_flow.conf | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/bin/wy_single_flow.conf b/bin/wy_single_flow.conf new file mode 100644 index 0000000..e6f9b9a --- /dev/null +++ b/bin/wy_single_flow.conf @@ -0,0 +1,36 @@ +[MODULE] +RUN_LOG_NAME=./log/wysf_runtime.log +RUN_LOG_LV=10 + +judian_name_list=BJDongGuCheng;SHDaJiaoTing;SHXinXiYuan;GDABC + +broadcast_receive_port=8181 +bfd_dest_port= +bfd_timeout_ms=20 +bfd_timeout_times=3 + +htable_flow_slots=16777216 +htable_flow_expires=120 + +fsstat_log_appname=WYSF +fsstat_log_filepath=./wysf_stat.fs +fsstat_log_interval=2 +fsstat_log_print_mode=1 +fsstat_log_dst_ip=127.0.0.1 +fsstat_log_dst_port=8125 + +[BJDongGuCheng] +judian_func_ip_list=10.10.1.1-2;10.10.1.5; +judian_forward_ip_list=10.10.2.1-3; + +[SHDaJiaoTing] +judian_func_ip_list=10.20.1.1-2;10.20.1.5; +judian_forward_ip_list=10.20.2.1-3; + +[SHXinXiYuan] +judian_func_ip_list=10.20.3.1-2;10.10.3.5; +judian_forward_ip_list=10.20.3.1-3; + +[GDABC] +judian_func_ip_list=10.30.1.1-2;10.30.1.5; +judian_forward_ip_list=10.30.2.1-3; |
