]> git.puffer.fish Git - mirror/frr.git/commit
lib: Setup prefix.h to allow it to store (s,g)
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 22 Jul 2016 09:58:08 +0000 (05:58 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:02 +0000 (20:26 -0500)
commite945ee80d35e4cce29ec87c1717db0597f8e6af4
treeee98a2f001b6a000d752b7c2809ea6c7c462018b
parentf6a1dc2ca74705ccf9fc68784ab4a1b39835cf9c
lib: Setup prefix.h to allow it to store (s,g)

We need the ability to store the (s,g) in a struct prefix.
This will allow us to consolidate some duplicated code in
pimd as well as set us up to switch from a link list to a
table to store (s,g) state.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/prefix.h