]> git.proxmox.com Git - mirror_frr.git/commit
staticd : Configuration northbound implementation
authorvdhingra <vdhingra@vmware.com>
Fri, 24 Apr 2020 12:38:43 +0000 (05:38 -0700)
committervdhingra <vdhingra@vmware.com>
Thu, 16 Jul 2020 15:33:00 +0000 (08:33 -0700)
commit88fa5104a04af60b7d1107f02ee84fb9c0a15abe
treec2bbeecd9a5c384b7a615032c5fe13a1ff495c36
parent7441ea1afd4400ca74f97138e20e4ffb9f0b125e
staticd : Configuration northbound implementation

1. Modifies the data structs to make the distance, tag and table-id
   property of a route, i.e created a hireachical data struct to save
   route and nexthop information.
2. Backend northbound implementation

Signed-off-by: VishalDhingra <vdhingra@vmware.com>
19 files changed:
lib/routing_nb.c
lib/srcdest_table.c
lib/srcdest_table.h
staticd/static_main.c
staticd/static_memory.c
staticd/static_memory.h
staticd/static_nb.c [new file with mode: 0644]
staticd/static_nb.h [new file with mode: 0644]
staticd/static_nb_config.c [new file with mode: 0644]
staticd/static_nht.c
staticd/static_routes.c
staticd/static_routes.h
staticd/static_vrf.c
staticd/static_vrf.h
staticd/static_vty.c
staticd/static_vty.h
staticd/static_zebra.c
staticd/static_zebra.h
staticd/subdir.am