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_netlink.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_netlink.c')
-rw-r--r-- | zebra/zebra_fpm_netlink.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_fpm_netlink.c b/zebra/zebra_fpm_netlink.c index d5479bc62..822def318 100644 --- a/zebra/zebra_fpm_netlink.c +++ b/zebra/zebra_fpm_netlink.c @@ -195,7 +195,7 @@ typedef struct netlink_route_info_t_ { * Add information about the given nexthop to the given route info * structure. * - * Returns TRUE if a nexthop was added, FALSE otherwise. + * Returns true if a nexthop was added, false otherwise. */ static int netlink_route_info_add_nh(netlink_route_info_t *ri, struct nexthop *nexthop, @@ -278,7 +278,7 @@ static uint8_t netlink_proto_from_route_type(int type) * * Fill out the route information object from the given route. * - * Returns TRUE on success and FALSE on failure. + * Returns true on success and false on failure. */ static int netlink_route_info_fill(netlink_route_info_t *ri, int cmd, rib_dest_t *dest, struct route_entry *re) |