diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-08 00:10:46 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-08 00:10:46 +0200 |
commit | d5e4b51865c9532a9b886e942d30bb64dc87a675 (patch) | |
tree | f902439e1c1fe55b37c1fbf06da010f05a603b6a /proto/ospf/ospf.c | |
parent | 351feeb51472602c83ec847f1feba10d68a5d57b (diff) | |
download | bird-d5e4b51865c9532a9b886e942d30bb64dc87a675.tar bird-d5e4b51865c9532a9b886e942d30bb64dc87a675.zip |
Doc
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index af9e586..9eec309 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -28,7 +28,8 @@ * a place where routins for searching LSAs in link-state database, * adding and deleting them, there are also functions for originating * various types of LSA. (router lsa, net lsa, external lsa) |Rt.c| - * contains routins for calculating of routing table. + * contains routins for calculating of routing table. |Lsalib.c| is a set + * of various functions for work with LSAs. * * Just one instance of protocol is able to hold LSA databases for * multiple OSPF areas and exhange routing information between |