]> git.puffer.fish Git - matthieu/frr.git/commit
Quagga: Fix code to use srandom/random
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 19 Jun 2015 23:26:19 +0000 (19:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 30 May 2016 00:24:55 +0000 (20:24 -0400)
commitb06fd12526849dd65836a1899a4cabca4525a96d
tree6f119eca0a370de7b38255c61b67b9765131e9b9
parentd1265948c36afc6bc0c6bac03c7c1488851defb1
Quagga: Fix code to use srandom/random

Quagga was using a mix of srand/rand and srandom/random.
Consolidate to use srandom/random which are the POSIX
versions of random number generators

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_main.c
bgpd/bgp_routemap.c
isisd/isis_main.c
isisd/isis_misc.c
lib/command.c
ospf6d/ospf6_main.c
ripd/ripd.c
ripngd/ripngd.c