diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 19:26:05 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-07-01 19:26:05 +0200 |
commit | 2951a7a4c2abb30838eab9d734b842b6f4f8c104 (patch) | |
tree | 55a33ac7ca2f9d13e3d5f099d265020e096203c8 /zebra/zebra_fpm.c | |
parent | Merge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fix (diff) | |
download | frr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.tar.xz frr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.zip |
*: s/TRUE/true/, s/FALSE/false/
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_fpm.c')
-rw-r--r-- | zebra/zebra_fpm.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zebra/zebra_fpm.c b/zebra/zebra_fpm.c index 32b9763c5..eaf43095b 100644 --- a/zebra/zebra_fpm.c +++ b/zebra/zebra_fpm.c @@ -829,7 +829,7 @@ static bool zfpm_updates_pending(void) /* * zfpm_writes_pending * - * Returns TRUE if we may have something to write to the FPM. + * Returns true if we may have something to write to the FPM. */ static int zfpm_writes_pending(void) { @@ -1403,7 +1403,7 @@ static void zfpm_start_connect_timer(const char *reason) /* * zfpm_is_enabled * - * Returns TRUE if the zebra FPM module has been enabled. + * Returns true if the zebra FPM module has been enabled. */ static inline int zfpm_is_enabled(void) { @@ -1413,7 +1413,7 @@ static inline int zfpm_is_enabled(void) /* * zfpm_conn_is_up * - * Returns TRUE if the connection to the FPM is up. + * Returns true if the connection to the FPM is up. */ static inline int zfpm_conn_is_up(void) { @@ -1969,10 +1969,10 @@ static struct cmd_node zebra_node = {ZEBRA_NODE, "", 1}; * One-time initialization of the Zebra FPM module. * * @param[in] port port at which FPM is running. - * @param[in] enable TRUE if the zebra FPM module should be enabled + * @param[in] enable true if the zebra FPM module should be enabled * @param[in] format to use to talk to the FPM. Can be 'netink' or 'protobuf'. * - * Returns TRUE on success. + * Returns true on success. */ static int zfpm_init(struct thread_master *master) { |