summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2000-06-03cf_symbol_class_name now recognizes SYM_IPA.Martin Mares
2000-06-03More documentation.Martin Mares
2000-06-03More conf. items defined.Ondrej Filip
2000-06-03Multiple items in area {} :-)Ondrej Filip
2000-06-03interface {} added.Ondrej Filip
2000-06-02area {} added to config.Ondrej Filip
2000-06-02Killed several bugs in kernel-doc. The most painful one was that itMartin Mares
was unable to recognize structure markers `&'.
2000-06-02New TODO list.Martin Mares
2000-06-02Documented protocol hooks.Martin Mares
2000-06-02Use <chapt> for chapters, <sect> for sections and <sect1> for subsections.Martin Mares
2000-06-02Typographical enhancements. Now, the documentation is typeset using a modifiedMartin Mares
book style. Please look at this version and tell me your opinion. Especially I don't feel happy about the spacing and (not) indenting of paragraphs. Also, I've removed things like "fax" and "letter" from the LaTeX mapping file.
2000-06-02First option into config added. :-)Ondrej Filip
2000-06-02Flush LSA when receive aged one.Ondrej Filip
2000-06-02Added documentation on protocols.Martin Mares
Protocol hooks deserve an extra chapter (to come soon).
2000-06-02Bugfix in receiving of aged LSA.Ondrej Filip
2000-06-02Better description of the route distribution process.Martin Mares
2000-06-02Better LSA Aging.Ondrej Filip
2000-06-02Documentation on routing tables and route attributes.Martin Mares
2000-06-02Removed rta_find() since nobody uses it and it's more convenientMartin Mares
to use ea_find() directly.
2000-06-02sh interface "iface" dumpped all.Ondrej Filip
2000-06-02Better dumping, if I get strange lsack.Ondrej Filip
2000-06-02Handle "show ospf *" even if protocol is down.Ondrej Filip
2000-06-02Silly bug in sh interface. Now I test ALL interfaces. :-)Ondrej Filip
2000-06-02Speedup loading process.Ondrej Filip
2000-06-02Spelling fixes.Martin Mares
2000-06-02Minor fixes.Martin Mares
2000-06-02Bugfix in lsreq receiving.Ondrej Filip
2000-06-02Made it *compile* !!!Martin Mares
2000-06-02Do not try to divide by zero.Pavel Machek
2000-06-02Results of complete reading of documentation.Pavel Machek
2000-06-01Added show ospf interface.Ondrej Filip
show ospf neighbors now knows "<interface>".
2000-06-01Documentation.Martin Mares
2000-06-01Better handling of parameterless functions.Martin Mares
2000-06-01Some other reply codes allocated.Ondrej Filip
2000-06-01show ospf implemented.Ondrej Filip
2000-06-01Removed comments about workings of the old neighbor cache which areMartin Mares
(1) obsolete and (2) replaced by the progdoc.
2000-06-01Documented.Martin Mares
2000-06-01FIB documentation.Martin Mares
I've changed the init callback type to a typedef to work around a bug in kernel-doc I'm too lazy to hunt now.
2000-06-01Cisco-like "show ospf neighbors" implemented.Ondrej Filip
2000-06-01tm_format_reltime() works with both past and future timestamps.Martin Mares
2000-06-01Use <funcsect> instead of <sect3>.Martin Mares
2000-06-01Inactive sticky neighbors have no scope.Martin Mares
2000-06-01Print route tag in hexadecimal and omit it if it's zero.Martin Mares
2000-06-01Updated to new neighbor cache.Martin Mares
2000-06-01Updated RIP to new neighbor cache semantics. When presented with next hopMartin Mares
equal to a local address, just ignore the route (as it is usually just an external route exported by us echoed by some RIP peer), when given an invalid next hop, moan to the log.
2000-06-01Updated for new scope handling.Martin Mares
Also, provide proper address scopes in struct ifa.
2000-06-01Modified the neighbor cache to remember local addresses as well.Martin Mares
neighbor->scope now contains proper address scope which is zero (SCOPE_HOST) for local addresses, higher (SCOPE_LINK, ..., SCOPE_UNIVERSE) for remote ones.
2000-06-01BGP: RFC 2842 has replaced the cap-draft.Martin Mares
2000-06-01Print tag unsigned rather then signed.Ondrej Filip
2000-06-01Calculate checksum when reflooding (after min ls_refresh).Ondrej Filip