summaryrefslogtreecommitdiff
path: root/bfdd/bfdd.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-10-17 17:11:17 -0300
committerRenato Westphal <renato@opensourcerouting.org>2019-10-30 10:32:51 -0300
commit6c57402944e642b9dab888f8f8ab15675c234bf0 (patch)
tree5cbe08826a8e96de0228fc6386256c6cc8b93d24 /bfdd/bfdd.c
parentca4739362988cc1591bf977dd9db0b911ed4f158 (diff)
bfdd: split northbound callbacks into multiple files
Rearrange the bfdd northbound callbacks as following: * bfd_nb.h: prototypes of all northbound callbacks. * bfd_nb.c: definition of all northbound callbacks and their associated YANG data paths. * bfd_nb_config.c: implementation of YANG configuration nodes. * bfd_nb_state.c: implementation of YANG state nodes. This should help to keep to code more organized and easier to maintain. No behavior changes intended. Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'bfdd/bfdd.c')
-rw-r--r--bfdd/bfdd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfdd/bfdd.c b/bfdd/bfdd.c
index 5657744f75..a91fa3d047 100644
--- a/bfdd/bfdd.c
+++ b/bfdd/bfdd.c
@@ -23,6 +23,7 @@
#include "filter.h"
#include "bfd.h"
+#include "bfdd_nb.h"
#include "lib/version.h"