diff options
author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-06-27 18:40:50 +0200 |
---|---|---|
committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2018-08-08 23:25:04 +0200 |
commit | d3af6147a1fce0a72e4a890b4526b122761e8555 (patch) | |
tree | 3f98d12741a9af0bb476d87f5e84bc41e7e1f381 /bfdd/subdir.am | |
parent | bfdd: add vty shell commands (diff) | |
download | frr-d3af6147a1fce0a72e4a890b4526b122761e8555.tar.xz frr-d3af6147a1fce0a72e4a890b4526b122761e8555.zip |
bfdd: re-route PTM-BFD daemon messages
When `bfdd` is enabled - which it is by default - re-route the PTM-BFD
messages to the FRR's internal BFD daemon instead of the external
PTM daemon.
This will help the migration of BFD implementations and avoid
duplicating code.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'bfdd/subdir.am')
-rw-r--r-- | bfdd/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfdd/subdir.am b/bfdd/subdir.am index 2ac091396..86923f5ce 100644 --- a/bfdd/subdir.am +++ b/bfdd/subdir.am @@ -18,6 +18,7 @@ bfdd_libbfd_a_SOURCES = \ bfdd/event.c \ bfdd/linux.c \ bfdd/log.c \ + bfdd/ptm_adapter.c \ # end bfdd/bfdd_vty_clippy.c: $(CLIPPY_DEPS) |