diff options
author | Karen Schoener <karen@voltanet.io> | 2020-07-22 18:41:57 +0200 |
---|---|---|
committer | lynne <lynne@voltanet.io> | 2020-09-09 17:12:02 +0200 |
commit | 24e7c5c8975630d93f619b333dbdf417b316fd0c (patch) | |
tree | 89523efcaab2ecd940922cc05f85703df69ffcc7 /lib/subdir.am | |
parent | ldpd: adding topotests for the LDP IGP Sync feature (diff) | |
download | frr-24e7c5c8975630d93f619b333dbdf417b316fd0c.tar.xz frr-24e7c5c8975630d93f619b333dbdf417b316fd0c.zip |
lib: adding support for LDP IGP Sync feature
Signed-off-by: Lynne Morrison <lynne@voltanet.io>
Signed-off-by: Karen Schoener <karen@voltanet.io>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 1feaa56d1..b8bcee139 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -42,6 +42,7 @@ lib_libfrr_la_SOURCES = \ lib/jhash.c \ lib/json.c \ lib/keychain.c \ + lib/ldp_sync.c \ lib/lib_errors.c \ lib/lib_vty.c \ lib/libfrr.c \ @@ -198,6 +199,7 @@ pkginclude_HEADERS += \ lib/jhash.h \ lib/json.h \ lib/keychain.h \ + lib/ldp_sync.h \ lib/lib_errors.h \ lib/lib_vty.h \ lib/libfrr.h \ |