mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-07 07:37:02 +02:00
MINOR: tevt/conn: Report intercepted event for L4 rules
When a L4 rules interrupts the processing, a termination event is reported for the connection, with the "fd" location.
This commit is contained in:
parent
00a07c8b54
commit
170d46989c
@ -578,6 +578,8 @@ int tcp_exec_l4_rules(struct session *sess)
|
|||||||
goto restart;
|
goto restart;
|
||||||
}
|
}
|
||||||
end:
|
end:
|
||||||
|
if (!result)
|
||||||
|
conn_report_term_evt(conn, tevt_loc_fd, tevt_type_intercepted);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user