summaryrefslogtreecommitdiffstats
path: root/pathd/subdir.am
diff options
context:
space:
mode:
authorJavier Garcia <javier.garcia@voltanet.io>2021-04-22 15:52:27 +0200
committerJavier Garcia <javier.garcia@voltanet.io>2021-05-10 12:36:46 +0200
commit75c69d151c8e72e42dfb4b1966428e9cf79cb7f4 (patch)
tree240ecdf1e026387c787fa33fe8a716750525dd1a /pathd/subdir.am
parentMerge pull request #8639 from idryzhov/isis-new-bfd-lib (diff)
downloadfrr-75c69d151c8e72e42dfb4b1966428e9cf79cb7f4.tar.xz
frr-75c69d151c8e72e42dfb4b1966428e9cf79cb7f4.zip
pathd. TED support . Client to link State - [part 1/4]
- pathd will act as a client to for the configured igp. - pathd must be configured to activate and receive data from igp. !pathd config snippet segment-routing traffic-eng mpls-te on mpls-te import ospfv2 Signed-off-by: Javier Garcia <javier.garcia@voltanet.io>
Diffstat (limited to '')
-rw-r--r--pathd/subdir.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/pathd/subdir.am b/pathd/subdir.am
index 0666e8d3c..693afabb3 100644
--- a/pathd/subdir.am
+++ b/pathd/subdir.am
@@ -5,7 +5,10 @@
if PATHD
noinst_LIBRARIES += pathd/libpath.a
sbin_PROGRAMS += pathd/pathd
-vtysh_scan += pathd/path_cli.c
+vtysh_scan += \
+ pathd/path_cli.c \
+ pathd/path_ted.c \
+ #end
vtysh_daemons += pathd
# TODO add man page
#man8 += $(MANBUILD)/pathd.8
@@ -24,6 +27,7 @@ pathd_libpath_a_SOURCES = \
pathd/path_nb.c \
pathd/path_nb_config.c \
pathd/path_nb_state.c \
+ pathd/path_ted.c \
pathd/path_zebra.c \
pathd/pathd.c \
# end
@@ -31,6 +35,7 @@ pathd_libpath_a_SOURCES = \
clippy_scan += \
pathd/path_cli.c \
pathd/path_pcep_cli.c \
+ pathd/path_ted.c \
# end
noinst_HEADERS += \
@@ -44,6 +49,7 @@ noinst_HEADERS += \
pathd/path_pcep_lib.h \
pathd/path_pcep_config.h \
pathd/path_pcep_pcc.h \
+ pathd/path_ted.h \
pathd/path_zebra.h \
pathd/pathd.h \
# end