Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-05 | Better documentation. There are functions whose description is good when | Pavel Machek | |
reading source but whose documentation does not belong to progdocs. | |||
2000-06-05 | Docs updates: | Pavel Machek | |
make prog.dvi do not overflow in .dvi include filter documentation in the system | |||
2000-06-05 | Yet another change, now flushing of net lsa seems to be perfect. :-) | Ondrej Filip | |
2000-06-05 | I calculated next hop of parent instead of actual LSA. :-( | Ondrej Filip | |
2000-06-05 | Don;t send packet over downed interface. | Ondrej Filip | |
2000-06-05 | Add safety check. | Pavel Machek | |
2000-06-05 | Updates to both programmers and users doc | Pavel Machek | |
2000-06-05 | Bug in LSA origination. | Ondrej Filip | |
2000-06-05 | Premature age LSA if you're NOT dr. | Ondrej Filip | |
2000-06-05 | Small patch to better hash type=2 LSAs. | Ondrej Filip | |
2000-06-05 | Many bugfixes (I don't remember all of them): | Ondrej Filip | |
Added link ID calculation for external routes with same prefix but different mask. Bugfix in NET lsa origination. Bugfix in NET hashing. Bugfix in LSA installing. | |||
2000-06-04 | Don't set precedence and TTL for the dummy socket. | Martin Mares | |
2000-06-04 | One more newline less... :) | Martin Mares | |
2000-06-04 | Removed lots of trailing newlines in log messages. | Martin Mares | |
Please note that the only calls which don't add newlines automatically (i.e., don't print a full line of output) are debug() and DBG(). | |||
2000-06-04 | debug -> DBG | Martin Mares | |
2000-06-04 | Install newer lsa even if nothing in its body change. | Ondrej Filip | |
2000-06-04 | Many bugs in ext lsa origination. | Ondrej Filip | |
2000-06-04 | Schedule RT calcualtion if you delete LSA by premature aging. | Ondrej Filip | |
2000-06-04 | Just to be sure, that rt calculation cannot start beforeorigination of rt LSA. | Ondrej Filip | |
2000-06-04 | Bug in debugging. | Ondrej Filip | |
2000-06-04 | :-) No bison does not have any comment to my code. :-) | Ondrej Filip | |
2000-06-04 | BGP documented. | Martin Mares | |
2000-06-04 | Clean up. | Ondrej Filip | |
2000-06-04 | Another clean up. | Ondrej Filip | |
2000-06-04 | Documented all the trivial protocols. | Martin Mares | |
2000-06-04 | Small change to make bison happy. | Ondrej Filip | |
2000-06-03 | More conf. items defined. | Ondrej Filip | |
2000-06-03 | Multiple items in area {} :-) | Ondrej Filip | |
2000-06-03 | interface {} added. | Ondrej Filip | |
2000-06-02 | area {} added to config. | Ondrej Filip | |
2000-06-02 | First option into config added. :-) | Ondrej Filip | |
2000-06-02 | Flush LSA when receive aged one. | Ondrej Filip | |
2000-06-02 | Bugfix in receiving of aged LSA. | Ondrej Filip | |
2000-06-02 | Better LSA Aging. | Ondrej Filip | |
2000-06-02 | sh interface "iface" dumpped all. | Ondrej Filip | |
2000-06-02 | Better dumping, if I get strange lsack. | Ondrej Filip | |
2000-06-02 | Handle "show ospf *" even if protocol is down. | Ondrej Filip | |
2000-06-02 | Silly bug in sh interface. Now I test ALL interfaces. :-) | Ondrej Filip | |
2000-06-02 | Speedup loading process. | Ondrej Filip | |
2000-06-02 | Bugfix in lsreq receiving. | Ondrej Filip | |
2000-06-01 | Added show ospf interface. | Ondrej Filip | |
show ospf neighbors now knows "<interface>". | |||
2000-06-01 | show ospf implemented. | Ondrej Filip | |
2000-06-01 | Cisco-like "show ospf neighbors" implemented. | Ondrej Filip | |
2000-06-01 | Print route tag in hexadecimal and omit it if it's zero. | Martin Mares | |
2000-06-01 | Updated to new neighbor cache. | Martin Mares | |
2000-06-01 | Updated RIP to new neighbor cache semantics. When presented with next hop | Martin 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-01 | Print tag unsigned rather then signed. | Ondrej Filip | |
2000-06-01 | Calculate checksum when reflooding (after min ls_refresh). | Ondrej Filip | |
2000-06-01 | Cleanup. | Ondrej Filip | |
2000-06-01 | Very stuping bug. (I took me 4 hours to find it!) | Ondrej Filip | |
I just wrote "=!" instead of "!=". :-((((((( |