]> git.proxmox.com Git - mirror_frr.git/commit - ripd/ripd.c
ripd: Fix SA issues
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 Nov 2017 13:49:02 +0000 (08:49 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 16 Nov 2017 13:49:02 +0000 (08:49 -0500)
commit11ff71648e52a79b966cc8efc7c41e2c96650f66
treee662957d91bdf788fcaa10371a75657460cf7462
parent9de1f7ff13889391e72162a50619b2ff275209f4
ripd: Fix SA issues

The rinfo variable was being set but never used.

We just need to call rip_ecmp_replace or rip_ecmp_add
this function does not care about the return values
because the rinfo returned is stored on the rip
route entry.

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