mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:30:30 +00:00
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 <renato@opensourcerouting.org>
This commit is contained in:
parent
5707da094d
commit
cba25972ac
@ -9,9 +9,6 @@ dist_examples_DATA += ripd/ripd.conf.sample
|
|||||||
vtysh_scan += \
|
vtysh_scan += \
|
||||||
$(top_srcdir)/ripd/rip_cli.c \
|
$(top_srcdir)/ripd/rip_cli.c \
|
||||||
$(top_srcdir)/ripd/rip_debug.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 \
|
$(top_srcdir)/ripd/ripd.c \
|
||||||
# end
|
# end
|
||||||
|
|
||||||
|
@ -8,9 +8,6 @@ sbin_PROGRAMS += ripngd/ripngd
|
|||||||
vtysh_scan += \
|
vtysh_scan += \
|
||||||
$(top_srcdir)/ripngd/ripng_cli.c \
|
$(top_srcdir)/ripngd/ripng_cli.c \
|
||||||
$(top_srcdir)/ripngd/ripng_debug.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 \
|
$(top_srcdir)/ripngd/ripngd.c \
|
||||||
# end
|
# end
|
||||||
man8 += $(MANBUILD)/ripngd.8
|
man8 += $(MANBUILD)/ripngd.8
|
||||||
|
Loading…
Reference in New Issue
Block a user