0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 20:58:44 +00:00
bird/proto/ospf
Maria Matejka d24a6ad4c7 Split route data structure to storage (ro) / manipulation (rw) structures.
This should help a lot with keeping the route machinery and allocations
clean. This commit also changes behaviour of rte_update() with cached
rta. Newly, calling rte_update() keeps the number of rta references.
2021-03-21 00:09:17 +01:00
..
config.Y Show info from multiple protocols when protocol is not specified 2020-06-28 15:38:47 +02:00
dbdes.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
hello.c OSPFv3: Update neighbor authentication state from Hello packets 2021-03-16 16:34:42 +01:00
iface.c OSPF: Fix handling of unnumbered PtPs 2020-05-26 18:21:43 +02:00
lsack.c OSPF: setting list node to zero before enlisting 2020-06-02 16:58:06 +02:00
lsalib.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
lsalib.h OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
lsreq.c OSPF: Opaque LSAs and Router Information LSA 2019-01-24 22:45:27 +01:00
lsupd.c OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
neighbor.c BFD: Allow per-request session options 2020-11-08 15:33:22 +01:00
ospf.c Split route data structure to storage (ro) / manipulation (rw) structures. 2021-03-21 00:09:17 +01:00
ospf.h OSPF: Fix handling of unnumbered PtPs 2020-05-26 18:21:43 +02:00
packet.c OSPF: Skip out-of-state packets earlier 2020-08-12 19:42:44 +02:00
rt.c Split route data structure to storage (ro) / manipulation (rw) structures. 2021-03-21 00:09:17 +01:00
rt.h OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
topology.c Split route data structure to storage (ro) / manipulation (rw) structures. 2021-03-21 00:09:17 +01:00
topology.h Internal API change: passing all the rt_notify() data as a single structure. 2021-03-20 23:24:12 +01:00