diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-27 04:27:28 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-04-27 04:27:28 +0200 |
commit | 2a23cf9503bf2ff36d3c34308de78618b3196f35 (patch) | |
tree | 119b26fdf45be3323ab98e4dbdcc8bb367d9e99b | |
parent | eigrpd: Switch u_int64_t -> uint64_t (diff) | |
download | frr-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.am | 2 |
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 |