]> git.proxmox.com Git - mirror_frr.git/commit - isisd/subdir.am
isisd: split northbound callbacks into multiple files
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 17 Oct 2019 18:33:53 +0000 (15:33 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 30 Oct 2019 00:49:14 +0000 (21:49 -0300)
commit2a1c520e9f105b1a1bbdb89d59ad3c3953f46f49
tree23ebce15b36d13f0164d1961aa3cc8df452bffc6
parent37cdb6e91dd8410bb884c15a818a37775e9cd135
isisd: split northbound callbacks into multiple files

Rearrange the isisd northbound callbacks as following:
* isis_nb.h: prototypes of all northbound callbacks.
* isis_nb.c: definition of all northbound callbacks and their
  associated YANG data paths.
* isis_nb_config.c: implementation of YANG configuration nodes.
* isis_nb_state.c: implementation of YANG state nodes.
* isis_nb_notifications.c: implementation of YANG notifications.

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>
17 files changed:
isisd/isis_adjacency.c
isisd/isis_adjacency.h
isisd/isis_circuit.c
isisd/isis_cli.c
isisd/isis_cli.h [deleted file]
isisd/isis_lsp.c
isisd/isis_main.c
isisd/isis_nb.c [new file with mode: 0644]
isisd/isis_nb.h [new file with mode: 0644]
isisd/isis_nb_config.c [new file with mode: 0644]
isisd/isis_nb_notifications.c [new file with mode: 0644]
isisd/isis_nb_state.c [new file with mode: 0644]
isisd/isis_northbound.c [deleted file]
isisd/isis_pdu.c
isisd/isisd.c
isisd/isisd.h
isisd/subdir.am