summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_zebra.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-06-09 20:22:42 -0400
committerPaul Jakma <paul@quagga.net>2015-06-21 14:56:55 +0100
commitb1891fb9705b6085f81269dec0795f2065442047 (patch)
tree002bccbf21caf38ec1dab8f36020b3eab7356a30 /ospfd/ospf_zebra.c
parent1934e7895ded8d9d7a76ab3f482c381bf5f6725c (diff)
downloadquagga-b1891fb9705b6085f81269dec0795f2065442047.tar.bz2
quagga-b1891fb9705b6085f81269dec0795f2065442047.tar.xz
Add code to extract.pl.in to prevent further cli function overwrites
Currently extract.pl.in is used to build the vtysh cli. When two different cli's collide with the same command name, the original cli is never called, because it is dropped. This code notes the silent drop and tracks the number of drops. If they change then the code will fail the build. The current number of drops was figured out by running extract.pl and counting up the drops then adding code to compare the numbers returned. If you have added to the problem, the solution is to fix your cli command to not stomp on someone else's command. If you have removed a stomp, safely modify extract.pl.in as part of your commit. Signed-off-by: Donald Sharp <sharpd at cumulusnetworks.com> Acked-by: Vincent Jardin <vincent.jardin@6wind.com>
Diffstat (limited to 'ospfd/ospf_zebra.c')
0 files changed, 0 insertions, 0 deletions