diff options
| author | luwenpeng <[email protected]> | 2023-02-10 14:22:40 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2023-02-17 15:48:24 +0800 |
| commit | 737ca3d4bed6495245a4683cec8f6de89f00d5de (patch) | |
| tree | 642818cb2a776ddf2bceaeedecc11bdddacd3224 /conf | |
| parent | 158e4e89e81cec38d94974e424e846fbde5cc75d (diff) | |
TSG-13630 tsg-service-chaining-engine使用mrzcpd捕获报文/回注报文
TSG-13685 tsg-service-chaining-engine使用VXLAN封装Steering/Mirroring的Package
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/sce.conf | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/conf/sce.conf b/conf/sce.conf index 3044ce9..cda9261 100644 --- a/conf/sce.conf +++ b/conf/sce.conf @@ -1,5 +1,6 @@ [system] nr_worker_threads=8 +firewall_sids=1001 [maat] # 0:json 1:redis 2:iris @@ -18,4 +19,17 @@ json_cfg_file=resource/sce.json foreign_cont_dir=resource/foreign_files redis_db_idx=0 redis_server=127.0.0.1 -redis_port_range=6379
\ No newline at end of file +redis_port_range=6379 + +[packet_io] +# bypass_all_traffic:1 NF2NF and SF2SF +# bypass_all_traffic:1 NF2SF and SF2NF +bypass_all_traffic=0 +rx_burst_max=128 +app_symbol=sce +dev_endpoint=eth_sf_endpoint +dev_nf_interface=eth_nf_interface +default_src_ip=192.168.100.1 +default_dst_ip=192.168.100.2 +default_src_mac=aa:aa:aa:aa:aa:aa +default_dst_mac=bb:bb:bb:bb:bb:bb
\ No newline at end of file |
