diff options
| author | Russ White <russ@riw.us> | 2024-10-08 10:56:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-08 10:56:28 -0400 |
| commit | a4fb596e3ebff59c09a1627716d3937f13bb3d2a (patch) | |
| tree | d221bc280cb8742dc7ac58f4bf523c4cc2cb46ef /zebra/zebra_pw.h | |
| parent | 374fda66dfe9b5f1d72909b9e593ef9f43a51f4d (diff) | |
| parent | a8af2b2a9d0f9fe059f645ee033087a293ab6b35 (diff) | |
Merge pull request #17009 from donaldsharp/pw_cleanup
Pw cleanup
Diffstat (limited to 'zebra/zebra_pw.h')
| -rw-r--r-- | zebra/zebra_pw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_pw.h b/zebra/zebra_pw.h index 431d663f7c..e037a55048 100644 --- a/zebra/zebra_pw.h +++ b/zebra/zebra_pw.h @@ -64,6 +64,7 @@ void zebra_pw_init_vrf(struct zebra_vrf *); void zebra_pw_exit_vrf(struct zebra_vrf *); void zebra_pw_terminate(void); void zebra_pw_vty_init(void); +void zebra_pw_handle_dplane_results(struct zebra_dplane_ctx *ctx); #ifdef __cplusplus } |
