]> git.puffer.fish Git - matthieu/frr.git/commit
PIMD: Fix code to use srandom/random
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 19 Jun 2015 23:26:18 +0000 (19:26 -0400)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:32 +0000 (20:38 -0400)
commit60b40924ea6af9a88e82d8fdf5647c9663a9d66d
tree8d1fae6151f6b4a27585325f2f13956ead732c00
parent6b629fe36b46c74d199de17ed90e5638d9105227
PIMD: Fix code to use srandom/random

pimd rolled it's own solution to random #'s, that was not
terribly random.  Rely on the underlying system to generate
random #'s for us

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/Makefile.am
pimd/pim_iface.c
pimd/pim_pim.c
pimd/pim_rand.c [deleted file]
pimd/pim_rand.h [deleted file]
pimd/pimd.c