]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Pass the appropriate data structure around
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Jun 2016 18:30:28 +0000 (14:30 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Jun 2016 19:01:21 +0000 (15:01 -0400)
commitd2ccd60b22a171a5d015d703930b6393f0aa980d
treeb56217fd3098eec8a4afcd49b97d15635bd51276
parent065bee4b39f0e249e0f2c64f9ecd4f16fbb87ed4
pimd: Pass the appropriate data structure around

Several static functions were passing a list around
when the reality is we are going to need to
look at the group information in order to make an
informated decision.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_igmpv3.c