]> git.puffer.fish Git - matthieu/frr.git/commit
sharpd: Add code to allow install/uninstall repeatedly
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Jan 2019 14:49:15 +0000 (09:49 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 3 Jan 2019 14:49:15 +0000 (09:49 -0500)
commitb939f6ff513808aba46f4797a4349d85989ae01b
tree8e3d73e412eb92e05026d1094f610dd72e6a1344
parent6b98d34fdfeeafeb51887044f02f2496d2807bfd
sharpd: Add code to allow install/uninstall repeatedly

Add a bit of test code to allow the tester to install/uninstall
the routes via:

sharp install routes A.B.C.D nexthop Y.Z.M.D 1000000 repeat 100

This will install 1000000 routes wait for them to be finished
then uninstall them then start installation over 100 times.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com.
sharpd/sharp_vty.c
sharpd/sharp_zebra.c