diff options
Diffstat (limited to 'pimd/pim_hello.h')
| -rw-r--r-- | pimd/pim_hello.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/pimd/pim_hello.h b/pimd/pim_hello.h index ff799b20f8..df41f97d9e 100644 --- a/pimd/pim_hello.h +++ b/pimd/pim_hello.h @@ -24,17 +24,13 @@ #include "if.h" -int pim_hello_recv(struct interface *ifp, - struct in_addr src_addr, +int pim_hello_recv(struct interface *ifp, struct in_addr src_addr, uint8_t *tlv_buf, int tlv_buf_size); -int pim_hello_build_tlv(struct interface *ifp, - uint8_t *tlv_buf, int tlv_buf_size, - uint16_t holdtime, - uint32_t dr_priority, - uint32_t generation_id, - uint16_t propagation_delay, - uint16_t override_interval, +int pim_hello_build_tlv(struct interface *ifp, uint8_t *tlv_buf, + int tlv_buf_size, uint16_t holdtime, + uint32_t dr_priority, uint32_t generation_id, + uint16_t propagation_delay, uint16_t override_interval, int can_disable_join_suppression); void pim_hello_require(struct interface *ifp); |
