Files
open5gs/lib/ipfw
Sukchan Lee 78ea40881c [ipfw2] override errx() to prevent exit on error (#3840)
In ipfw2.c errx() would call exit(), aborting the UPF thread on rule parse
errors. Add a macro mapping errx() to ogs_log_message() so errors are logged.
We no longer call exit() and the main loop continues on error.
2025-05-09 16:47:42 +09:00
..
2021-02-08 14:25:40 -05:00
2021-04-30 22:16:07 +09:00
2022-08-26 10:57:11 +09:00
2020-04-26 15:36:05 -04:00