diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-07-26 09:57:44 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2024-09-09 13:27:49 -0500 |
| commit | 2d0812373c3c5b3a46eee8f2a344fb0363e953e0 (patch) | |
| tree | a6f611e8e1ec96d1e063cb4e515c6c0def5a88e5 /pimd/pim_pim.h | |
| parent | a110bb77989f9cd689a63d263cb22f69ef98f2a3 (diff) | |
pimd: Candidate-BSR support
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Diffstat (limited to 'pimd/pim_pim.h')
| -rw-r--r-- | pimd/pim_pim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_pim.h b/pimd/pim_pim.h index 35e693013a..13ccbb81b3 100644 --- a/pimd/pim_pim.h +++ b/pimd/pim_pim.h @@ -42,7 +42,7 @@ void pim_hello_restart_now(struct interface *ifp); void pim_hello_restart_triggered(struct interface *ifp); int pim_pim_packet(struct interface *ifp, uint8_t *buf, size_t len, - pim_sgaddr sg); + pim_sgaddr sg, bool is_mcast); int pim_msg_send(int fd, pim_addr src, pim_addr dst, uint8_t *pim_msg, int pim_msg_size, struct interface *ifp); |
