diff options
| author | saravanank <saravanank@vmware.com> | 2020-03-19 03:06:46 -0700 |
|---|---|---|
| committer | saravanank <saravanank@vmware.com> | 2020-03-19 03:06:46 -0700 |
| commit | b279f95c7097dd66f43d4be09c0071ce1fdb83c5 (patch) | |
| tree | bd4c212c61df8cf19fca91e75ce61ca65f646b29 /pimd/pim_pim.h | |
| parent | 7f2ccbe562cae49fb8bf1770a0ec79b701ee41af (diff) | |
pimd: Pim hello should be sent with 0 hold time on address change on old src ip
RCA: This was todo item in current code base
Fix: Hello sent with 0 hold time before we update the pim ifp primary address
Signed-off-by: Saravanan K <saravanank@vmware.com>
Diffstat (limited to 'pimd/pim_pim.h')
| -rw-r--r-- | pimd/pim_pim.h | 1 |
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 */ |
