diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-10-24 04:47:25 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:13 +0100 |
commit | 03417ccd6d78c2a2a39032d51c228759e52c364f (patch) | |
tree | e6e060d9bdb6f53866638c1c33eac3654b2fdbe1 /pimd/pim_upstream.h | |
parent | pim-msdp: part-1 - initial protocol infra. (diff) | |
download | frr-03417ccd6d78c2a2a39032d51c228759e52c364f.tar.xz frr-03417ccd6d78c2a2a39032d51c228759e52c364f.zip |
pimd: pim upstream child list
Add the ability to keep the list of S,G's associated with
a *,G.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_upstream.h')
-rw-r--r-- | pimd/pim_upstream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_upstream.h b/pimd/pim_upstream.h index 41fcd2867..a2a912ff4 100644 --- a/pimd/pim_upstream.h +++ b/pimd/pim_upstream.h @@ -85,6 +85,7 @@ struct pim_upstream { struct prefix_sg sg; /* (S,G) group key */ uint32_t flags; struct channel_oil *channel_oil; + struct list *sources; enum pim_upstream_state join_state; enum pim_upstream_sptbit sptbit; |