diff options
author | Ondrej Filip <feela@network.cz> | 2000-04-26 12:54:23 +0000 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-04-26 12:54:23 +0000 |
commit | dfa9a53a66e5747ddbeedfa0a47fa2ca9fc93b99 (patch) | |
tree | bee849b2e5b275c64721f6a6bb541ce8e0d80619 /proto/ospf/lsupd.c | |
parent | 0cadd5f531a82578ea6323f730cf8204b755895f (diff) |
Routing table calculation. Dijkstra done.
Diffstat (limited to 'proto/ospf/lsupd.c')
-rw-r--r-- | proto/ospf/lsupd.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 7eff7dfe..2735695e 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -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, |