diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-14 21:32:16 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-02 08:13:03 -0500 | 
| commit | 982bff8972e0b387a1c3e466d584d2880175a5e3 (patch) | |
| tree | f1fe009e73fd377006bbebb2ff7b279c6ba0d7ff /pimd/pim_join.h | |
| parent | 338988d9cd38a8314647ec8f769a9eb8462564d4 (diff) | |
pimd: Join/Prune Aggregation
Add the ability for PIM to send Join/Prunes as an
aggregated message instead of individual messages
for each S,G.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_join.h')
| -rw-r--r-- | pimd/pim_join.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_join.h b/pimd/pim_join.h index 4b76166328..adedde3cf8 100644 --- a/pimd/pim_join.h +++ b/pimd/pim_join.h @@ -33,7 +33,6 @@ int pim_joinprune_recv(struct interface *ifp,  		       uint8_t *tlv_buf, int tlv_buf_size);  int pim_joinprune_send(struct pim_rpf *nexthop, -                       struct pim_upstream *up, -                       int send_join); +                       struct list *groups);  #endif /* PIM_JOIN_H */  | 
