Skip to content

Commit

Permalink
enable pathd to recv BFD state message
Browse files Browse the repository at this point in the history
Signed-off-by: wumu.zsl <[email protected]>
  • Loading branch information
forrestchu committed Nov 27, 2024
1 parent 4bdf24d commit f133265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zebra/zebra_ptm.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ struct zebra_ptm_cb {
(protocol) == ZEBRA_ROUTE_OSPF6 || (protocol) == ZEBRA_ROUTE_ISIS || \
(protocol) == ZEBRA_ROUTE_PIM || \
(protocol) == ZEBRA_ROUTE_OPENFABRIC || \
(protocol) == ZEBRA_ROUTE_STATIC || (protocol) == ZEBRA_ROUTE_RIP)
(protocol) == ZEBRA_ROUTE_STATIC || (protocol) == ZEBRA_ROUTE_RIP || \
(protocol) == ZEBRA_ROUTE_SRTE)


void zebra_ptm_init(void);
void zebra_ptm_finish(void);
Expand Down

0 comments on commit f133265

Please sign in to comment.