From cba25972ac414080e6b6ba7ad1ceb499649693c5 Mon Sep 17 00:00:00 2001 From: Renato Westphal Date: Thu, 29 Nov 2018 16:46:00 -0200 Subject: [PATCH] build: update vtysh scan list for ripd and ripngd A few files don't have any CLI commands anymore as they were moved to either rip_cli.c or ripng_cli.c. Update the ripd/ripngd vtysh_scan variable to account for this. Signed-off-by: Renato Westphal --- ripd/subdir.am | 3 --- ripngd/subdir.am | 3 --- 2 files changed, 6 deletions(-) diff --git a/ripd/subdir.am b/ripd/subdir.am index ed74047cce..90cf79178e 100644 --- a/ripd/subdir.am +++ b/ripd/subdir.am @@ -9,9 +9,6 @@ dist_examples_DATA += ripd/ripd.conf.sample vtysh_scan += \ $(top_srcdir)/ripd/rip_cli.c \ $(top_srcdir)/ripd/rip_debug.c \ - $(top_srcdir)/ripd/rip_interface.c \ - $(top_srcdir)/ripd/rip_offset.c \ - $(top_srcdir)/ripd/rip_zebra.c \ $(top_srcdir)/ripd/ripd.c \ # end diff --git a/ripngd/subdir.am b/ripngd/subdir.am index 25d72e5c5f..d401e9bbf6 100644 --- a/ripngd/subdir.am +++ b/ripngd/subdir.am @@ -8,9 +8,6 @@ sbin_PROGRAMS += ripngd/ripngd vtysh_scan += \ $(top_srcdir)/ripngd/ripng_cli.c \ $(top_srcdir)/ripngd/ripng_debug.c \ - $(top_srcdir)/ripngd/ripng_interface.c \ - $(top_srcdir)/ripngd/ripng_offset.c \ - $(top_srcdir)/ripngd/ripng_zebra.c \ $(top_srcdir)/ripngd/ripngd.c \ # end man8 += $(MANBUILD)/ripngd.8 -- 2.39.5