mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 02:53:55 +00:00
[vtysh] Add commands from zebra_routemap.c to vtysh
* Makefile.am: vtysh should also pull in commands from zebra_routemap.c Signed-off-by: Paul Jakma <paul@quagga.net>
This commit is contained in:
parent
8c1bbc7205
commit
41dc3488cf
@ -31,7 +31,8 @@ vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \
|
||||
$(top_srcdir)/zebra/interface.c \
|
||||
$(top_srcdir)/zebra/irdp_interface.c \
|
||||
$(top_srcdir)/zebra/rtadv.c $(top_srcdir)/zebra/zebra_vty.c \
|
||||
$(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c
|
||||
$(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c \
|
||||
$(top_srcdir)/zebra/zebra_routemap.c
|
||||
|
||||
vtysh_cmd.c: $(vtysh_cmd_FILES)
|
||||
./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c
|
||||
|
Loading…
Reference in New Issue
Block a user