1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Routing table calculation. Dijkstra done.

This commit is contained in:
Ondrej Filip
2000-04-26 12:54:23 +00:00
parent 0cadd5f531
commit dfa9a53a66
8 changed files with 191 additions and 10 deletions

View File

@@ -8,12 +8,6 @@
#include "ospf.h"
void
ospf_lsupd_tx(struct ospf_neighbor *n)
{
/* FIXME Go on! */
}
int
flood_lsa(struct ospf_neighbor *n, struct ospf_lsa_header *hn,
struct ospf_lsa_header *hh, struct proto_ospf *po, struct ospf_iface *iff,