diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 13:59:04 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 14:29:13 +0100 |
commit | 55c728031529910cd8358bedb90f75d363afeb4b (patch) | |
tree | 5553cc267888f3b26e43af9fe2d6697b80361b8f /zebra/test_main.c | |
parent | Merge pull request #153 from LabNConsulting/working/2.0/patch-set/rr-part2 (diff) | |
download | frr-55c728031529910cd8358bedb90f75d363afeb4b.tar.xz frr-55c728031529910cd8358bedb90f75d363afeb4b.zip |
*: 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>
Diffstat (limited to '')
-rw-r--r-- | zebra/test_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/test_main.c b/zebra/test_main.c index 76ce92c37..0f7e1a22b 100644 --- a/zebra/test_main.c +++ b/zebra/test_main.c @@ -56,7 +56,7 @@ int allow_delete = 0; /* zebra_rib's workqueue hold time. Private export for use by test code only */ extern int rib_process_hold_time; -/* Pacify zclient.o in libzebra, which expects this variable. */ +/* Pacify zclient.o in libfrr, which expects this variable. */ struct thread_master *master; /* Command line options. */ |