mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-01 20:44:06 +00:00
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.