]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Add ability to lookup RP group by table. 1069/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 Aug 2017 13:08:12 +0000 (09:08 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 31 Aug 2017 14:30:19 +0000 (10:30 -0400)
commit89b680829e938a81224d8de12ac1e7d9aaf245d3
tree9b76b0243bbd65378443998b0b7691ae0d279e05
parentb77b155068fccde782700e342d745f2090886223
pimd: Add ability to lookup RP group by table.

This feature does this:

Add the ability to store the non-prefix static RP
entries into a table.  Then to lookup the G to
find the RP in that table, finding the longest
prefix match across both prefix-lists and
static RP's.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_instance.h
pimd/pim_rp.c