diff options
| author | Javier Garcia <javier.garcia@voltanet.io> | 2020-12-22 08:51:26 +0100 |
|---|---|---|
| committer | Javier Garcia <javier.garcia@voltanet.io> | 2020-12-22 16:39:20 +0100 |
| commit | 5a90e1f3d35d7cbc7eb5c97a683636fb6795bbc0 (patch) | |
| tree | f471f91ea01346fe5fbe17dd4a2089a1b6c93c29 /pathd/path_pcep_controller.h | |
| parent | ca163d9667c9308ecd453ae5d83117d949209410 (diff) | |
pathd: Add level of confidence to show pcep-session
Show 'low' if a pce has disconnect or 'normal' . It's only a boolean so
it's like a token that mark the pce that has recenty disconnect.
Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
Diffstat (limited to 'pathd/path_pcep_controller.h')
| -rw-r--r-- | pathd/path_pcep_controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pathd/path_pcep_controller.h b/pathd/path_pcep_controller.h index 8f25ccc1eb..f6eaa0ca2a 100644 --- a/pathd/path_pcep_controller.h +++ b/pathd/path_pcep_controller.h @@ -99,6 +99,7 @@ struct pcep_pcc_info { uint32_t next_reqid; uint32_t next_plspid; bool is_best_multi_pce; + bool previous_best; uint8_t precedence; }; |
