diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 07:59:04 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-03 08:29:13 -0500 | 
| commit | 55c728031529910cd8358bedb90f75d363afeb4b (patch) | |
| tree | 5553cc267888f3b26e43af9fe2d6697b80361b8f /ospfclient/ospfclient.c | |
| parent | 56041a77064fe6924ca55dd4e394777b7a5900d0 (diff) | |
*: 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 'ospfclient/ospfclient.c')
| -rw-r--r-- | ospfclient/ospfclient.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c index 1716ebeca7..9a77a64cc4 100644 --- a/ospfclient/ospfclient.c +++ b/ospfclient/ospfclient.c @@ -52,7 +52,7 @@ struct zebra_privs_t ospfd_privs =  };  /* The following includes are specific to this application. For -   example it uses threads from libzebra, however your application is +   example it uses threads from libfrr, however your application is     free to use any thread library (like pthreads). */  #include "ospfd/ospf_dump.h" /* for ospf_lsa_header_dump */  | 
