summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-04-27 04:27:28 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-04-27 04:27:28 +0200
commit2a23cf9503bf2ff36d3c34308de78618b3196f35 (patch)
tree119b26fdf45be3323ab98e4dbdcc8bb367d9e99b
parenteigrpd: Switch u_int64_t -> uint64_t (diff)
downloadfrr-2a23cf9503bf2ff36d3c34308de78618b3196f35.tar.xz
frr-2a23cf9503bf2ff36d3c34308de78618b3196f35.zip
vtysh: remove unused compilation file
Remove eigrp_routemap.c from consideration at the moment for vtysh inclusion. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--vtysh/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vtysh/Makefile.am b/vtysh/Makefile.am
index 44fbafc33..9e805d069 100644
--- a/vtysh/Makefile.am
+++ b/vtysh/Makefile.am
@@ -113,7 +113,7 @@ endif
if EIGRPD
vtysh_scan += $(top_srcdir)/eigrpd/eigrp_dump.c
-vtysh_scan += $(top_srcdir)/eigrpd/eigrp_routemap.c
+#vtysh_scan += $(top_srcdir)/eigrpd/eigrp_routemap.c
vtysh_scan += $(top_srcdir)/eigrpd/eigrp_vty.c
endif