]> git.proxmox.com Git - mirror_frr.git/commit - bfdd/bfdd_nb_state.c
bfdd: split northbound callbacks into multiple files
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 17 Oct 2019 20:11:17 +0000 (17:11 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 30 Oct 2019 13:32:51 +0000 (10:32 -0300)
commit6c57402944e642b9dab888f8f8ab15675c234bf0
tree5cbe08826a8e96de0228fc6386256c6cc8b93d24
parentca4739362988cc1591bf977dd9db0b911ed4f158
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>
bfdd/bfd.h
bfdd/bfdd.c
bfdd/bfdd_cli.c
bfdd/bfdd_nb.c [new file with mode: 0644]
bfdd/bfdd_nb.h [new file with mode: 0644]
bfdd/bfdd_nb_config.c [new file with mode: 0644]
bfdd/bfdd_nb_state.c [new file with mode: 0644]
bfdd/bfdd_northbound.c [deleted file]
bfdd/subdir.am