]> git.puffer.fish Git - mirror/frr.git/commit
ripd: Fix crash when a default route is passed to rip
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Feb 2016 16:29:36 +0000 (08:29 -0800)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Feb 2016 16:31:25 +0000 (08:31 -0800)
commitb3556ea327bf3abc4bd183a4b5b8ad1a15d15035
tree5d8b5372d5cdb9c2409edcae60695f23d0aa668d
parent179f7849337c8d96e2eaae3dd93796c9264e32e8
ripd: Fix crash when a default route is passed to rip

When rip is not configured and zebra decides to send
a default route to it, check to make sure that rip is
configured before accepting anything from zebra.

Ticket: CM-9270
Reviewed-by: Don Slice
Tested: OSPF test case that was erroring out no longer
happens

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