summaryrefslogtreecommitdiffstats
path: root/eigrpd
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-07-01 19:26:05 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-07-01 19:26:05 +0200
commit2951a7a4c2abb30838eab9d734b842b6f4f8c104 (patch)
tree55a33ac7ca2f9d13e3d5f099d265020e096203c8 /eigrpd
parentMerge pull request #4575 from nitinsoniism/show_mac_arp_cache_vni_json_fix (diff)
downloadfrr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.tar.xz
frr-2951a7a4c2abb30838eab9d734b842b6f4f8c104.zip
*: s/TRUE/true/, s/FALSE/false/
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'eigrpd')
-rw-r--r--eigrpd/eigrp_const.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/eigrpd/eigrp_const.h b/eigrpd/eigrp_const.h
index 895a141e4..3a103fb9f 100644
--- a/eigrpd/eigrp_const.h
+++ b/eigrpd/eigrp_const.h
@@ -32,8 +32,6 @@
#ifndef _ZEBRA_EIGRP_CONST_H_
#define _ZEBRA_EIGRP_CONST_H_
-#define FALSE 0
-
#define EIGRP_NEIGHBOR_DOWN 0
#define EIGRP_NEIGHBOR_PENDING 1
#define EIGRP_NEIGHBOR_UP 2