]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: TI-LFA basic infrastructure and algorithms
authorGalaxyGorilla <sascha@netdef.org>
Wed, 5 Aug 2020 08:44:21 +0000 (08:44 +0000)
committerGalaxyGorilla <sascha@netdef.org>
Tue, 19 Jan 2021 15:32:13 +0000 (15:32 +0000)
commit7fd0729f762d96ca78057ed126afdaacc0dd1fd9
tree0a536202b8ca9e77796d6d1ab661445e970c589d
parent6351ea6ebf64524583e7a54b4af25e140109d790
ospfd: TI-LFA basic infrastructure and algorithms

Signed-off-by: GalaxyGorilla <sascha@netdef.org>
26 files changed:
doc/user/ospfd.rst
ospfd/ospf_lsa.c
ospfd/ospf_lsa.h
ospfd/ospf_memory.c
ospfd/ospf_memory.h
ospfd/ospf_route.c
ospfd/ospf_route.h
ospfd/ospf_spf.c
ospfd/ospf_spf.h
ospfd/ospf_sr.c
ospfd/ospf_sr.h
ospfd/ospf_ti_lfa.c [new file with mode: 0644]
ospfd/ospf_ti_lfa.h [new file with mode: 0644]
ospfd/ospf_vty.c
ospfd/ospf_vty.h
ospfd/ospf_zebra.c
ospfd/ospfd.c
ospfd/ospfd.h
ospfd/subdir.am
tests/ospfd/.gitignore [new file with mode: 0644]
tests/ospfd/common.c [new file with mode: 0644]
tests/ospfd/common.h [new file with mode: 0644]
tests/ospfd/test_ospf_spf.c [new file with mode: 0644]
tests/ospfd/test_ospf_spf.py [new file with mode: 0644]
tests/ospfd/topologies.c [new file with mode: 0644]
tests/subdir.am