]> git.puffer.fish Git - matthieu/frr.git/commit
staticd: Fix crash with NULL si
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 29 Jun 2018 15:09:01 +0000 (11:09 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 29 Jul 2018 16:43:23 +0000 (12:43 -0400)
commit0b70cb101c6fea5dd79396219ecb38dc13035b1e
tree4493e5502088cd75287f7ffd026a2db296dd1f41
parent8bc8de2c155f33e1af273ed53dbf47c948a5c56e
staticd: Fix crash with NULL si

Move the call to the static_install_route to inside
of the loop, since we have changed the behavior of
how we send down routes to zebra a bit.

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