]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Fix crash on iface down due to secondary address list 903/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Aug 2017 22:05:47 +0000 (18:05 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Aug 2017 22:24:28 +0000 (18:24 -0400)
commitf09eaf1c8e6f8b76974c38e85cd70495d94af15b
tree1c1b3ddf2cdcb0a6a5ad343e5de2cac693643ced
parent8e7a4c6e2b8196751e4ab689bc73d064bbee0e03
pimd: Fix crash on iface down due to secondary address list

The secondary address list was being added/removed as
we went.  I see no reason to have special bookkeeping
for this list.  Just add it on interface startup and
then remove it on deletion.  Removes some
very specialized coding that was saving a very small
amount of space.

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