summaryrefslogtreecommitdiff
path: root/pimd/pim_pim.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2020-03-24 10:19:17 -0400
committerGitHub <noreply@github.com>2020-03-24 10:19:17 -0400
commite89bb41d803cb6a0eb49542143365ecceafbe33e (patch)
tree737a30169cc8a1bead6fab1aa17bb688c78a1b91 /pimd/pim_pim.h
parentbb1cceed4a7cc67cc8ebf3360cd15eca31efa5a9 (diff)
parentb279f95c7097dd66f43d4be09c0071ce1fdb83c5 (diff)
Merge pull request #6047 from sarav511/hold0
pimd: Pim hello should be sent with 0 hold time on address change onold src ip
Diffstat (limited to 'pimd/pim_pim.h')
-rw-r--r--pimd/pim_pim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_pim.h b/pimd/pim_pim.h
index e930ab7c2d..b9fdb14dc0 100644
--- a/pimd/pim_pim.h
+++ b/pimd/pim_pim.h
@@ -59,4 +59,5 @@ int pim_pim_packet(struct interface *ifp, uint8_t *buf, size_t len);
int pim_msg_send(int fd, struct in_addr src, struct in_addr dst,
uint8_t *pim_msg, int pim_msg_size, const char *ifname);
+int pim_hello_send(struct interface *ifp, uint16_t holdtime);
#endif /* PIM_PIM_H */