]> git.proxmox.com Git - mirror_frr.git/commit
lib: add string utilities
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 11 May 2018 19:32:06 +0000 (15:32 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 6 Jun 2018 16:15:34 +0000 (16:15 +0000)
commitfe011935cdeda14b61297e72bc30eae46ccd4f55
treeca89a7f40f70a5e5477298d1555d127f94a8b46f
parenta86dc99646ba282f8e4fcfac180b3d6b706429bf
lib: add string utilities

I see lots of the same code being copy-pasted and slightly tweaked for
string processing all over the codebase. Time to start aggregating these
pieces into something consistent and correct.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/command.c
lib/command.h
lib/frrstr.c [new file with mode: 0644]
lib/frrstr.h [new file with mode: 0644]
lib/subdir.am
lib/vector.c
lib/vector.h
tests/lib/cli/test_commands.c