diff options
| author | Yuqing Zhao <galadriel.zyq@alibaba-inc.com> | 2025-01-15 18:43:37 +0100 |
|---|---|---|
| committer | Yuqing Zhao <galadriel.zyq@alibaba-inc.com> | 2025-01-18 10:28:49 +0000 |
| commit | 57031d43ce02faaf6aea32071a48f6a9aadd35a1 (patch) | |
| tree | fd69ae9dc125254b50499f452fbf53888fddb1fb /staticd/static_debug.h | |
| parent | f792a215cdd5b747e8b8635c4033d26a7d317c5f (diff) | |
staticd: Add debug option for SRv6
Signed-off-by: Yuqing Zhao <galadriel.zyq@alibaba-inc.com>
Diffstat (limited to 'staticd/static_debug.h')
| -rw-r--r-- | staticd/static_debug.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/staticd/static_debug.h b/staticd/static_debug.h index b990f7bcc9..a16e398eba 100644 --- a/staticd/static_debug.h +++ b/staticd/static_debug.h @@ -20,6 +20,7 @@ extern "C" { extern struct debug static_dbg_events; extern struct debug static_dbg_route; extern struct debug static_dbg_bfd; +extern struct debug static_dbg_srv6; /* * Initialize staticd debugging. @@ -41,8 +42,7 @@ void static_debug_init(void); * Debug general internal events * */ -void static_debug_set(int vtynode, bool onoff, bool events, bool route, - bool bfd); +void static_debug_set(int vtynode, bool onoff, bool events, bool route, bool bfd, bool srv6); #ifdef __cplusplus } |
