mirror_frr/pathd
Igor Ryzhov 4ba756ed9c *: fix aborts when validating configuration
There are places in the code where function nb_running_get_entry is used
with abort_if_not_found set to true during the config validation stage.
This is incorrect because when used in transactional CLI, the running
entry won't be set until the apply stage, and such usage leads to crash.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
2021-03-16 17:25:49 +03:00
..
.gitignore pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
Makefile pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_cli.c pathd: fix compile warning in path_cli 2020-12-21 08:16:18 -05:00
path_debug.c pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_debug.h pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_errors.c pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_errors.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_main.c pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_memory.c pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_memory.h pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_nb_config.c *: fix aborts when validating configuration 2021-03-16 17:25:49 +03:00
path_nb_state.c pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_nb.c pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_nb.h pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
path_pcep_cli.c Merge pull request #7830 from volta-networks/misc_fixes_2021 2021-01-11 15:18:18 +02:00
path_pcep_cli.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_config.c pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_config.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_controller.c pathd: add meaningful names to threads 2021-01-19 11:42:48 +01:00
path_pcep_controller.h pathd: Add level of confidence to show pcep-session 2020-12-22 16:39:20 +01:00
path_pcep_debug.c pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_debug.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_lib.c pathd: add meaningful names to threads 2021-01-19 11:42:48 +01:00
path_pcep_lib.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_memory.c pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_memory.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep_pcc.c pathd: Add level of confidence to show pcep-session 2020-12-22 16:39:20 +01:00
path_pcep_pcc.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep.c pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_pcep.h pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
path_zebra.c pathd: Fix unlock of non-locked mutex 2021-01-04 07:54:06 -05:00
path_zebra.h pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
pathd.c pathd: Convert to use our internal frr_weak_random 2021-01-05 15:37:32 -05:00
pathd.conf.sample pathd: Add optional support for PCEP to pathd 2020-12-18 16:47:52 +01:00
pathd.h pathd: New SR-TE policy management daemon 2020-12-18 16:34:02 +01:00
subdir.am pathd: un-guard clippy files 2020-12-19 21:06:35 +00:00