]> git.proxmox.com Git - mirror_frr.git/commit
*: Convert libzebra -> libfrr
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Feb 2017 12:59:04 +0000 (07:59 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 3 Feb 2017 13:29:13 +0000 (08:29 -0500)
commit55c728031529910cd8358bedb90f75d363afeb4b
tree5553cc267888f3b26e43af9fe2d6697b80361b8f
parent56041a77064fe6924ca55dd4e394777b7a5900d0
*: Convert libzebra -> libfrr

The library libzebra that is installed with FRR will
conflict with Quagga.  So let's rename it to libfrr.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
44 files changed:
bgpd/Makefile.am
bgpd/rfp-example/rfptest/Makefile.am
configure.ac
debian/frr.lintian-overrides
isisd/Makefile.am
ldpd/Makefile.am
lib/Makefile.am
lib/linklist.h
lib/memory.c
lib/thread.h
ospf6d/Makefile.am
ospfclient/Makefile.am
ospfclient/ospfclient.c
ospfd/Makefile.am
pimd/Makefile.am
pimd/TODO
ripd/Makefile.am
ripngd/Makefile.am
solaris/prototype.dev.in
solaris/prototype.libs.in
tests/Makefile.am
tests/lib/libfrr.exp [new file with mode: 0644]
tests/lib/libzebra.exp [deleted file]
tests/libfrr.tests/Makefile.am [new file with mode: 0644]
tests/libfrr.tests/tabletest.exp [new file with mode: 0644]
tests/libfrr.tests/test-timer-correctness.exp [new file with mode: 0644]
tests/libfrr.tests/testcli.exp [new file with mode: 0644]
tests/libfrr.tests/testcommands.exp [new file with mode: 0644]
tests/libfrr.tests/testnexthopiter.exp [new file with mode: 0644]
tests/libfrr.tests/teststream.exp [new file with mode: 0644]
tests/libzebra.tests/Makefile.am [deleted file]
tests/libzebra.tests/tabletest.exp [deleted file]
tests/libzebra.tests/test-timer-correctness.exp [deleted file]
tests/libzebra.tests/testcli.exp [deleted file]
tests/libzebra.tests/testcommands.exp [deleted file]
tests/libzebra.tests/testnexthopiter.exp [deleted file]
tests/libzebra.tests/teststream.exp [deleted file]
tests/test-commands.c
vtysh/Makefile.am
watchfrr/Makefile.am
watchfrr/watchfrr.c
zebra/Makefile.am
zebra/main.c
zebra/test_main.c