增加测试用例

raw_pkt_mirr_block
    raw_pkt_mirr_bypass
    raw_pkt_mirr_forward
    raw_pkt_error_bypass
    raw_pkt_mirr_rx_drop
    raw_pkt_stee_rx_egress
This commit is contained in:
luwenpeng
2023-04-07 16:57:36 +08:00
parent 7215e0b545
commit e62ea7e9f9
20 changed files with 670 additions and 16 deletions

View File

@@ -508,6 +508,7 @@ static void action_sf_chaining(struct thread_ctx *thread_ctx, struct session_ctx
else
{
action_mirr_block(rx_buff, meta, sf, thread_ctx);
action_nf_inject(rx_buff, meta, NULL, thread_ctx);
return;
}