Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-02 | Flush LSA when receive aged one. | Ondrej Filip | |
2000-06-02 | Added documentation on protocols. | Martin Mares | |
Protocol hooks deserve an extra chapter (to come soon). | |||
2000-06-02 | Bugfix in receiving of aged LSA. | Ondrej Filip | |
2000-06-02 | Better description of the route distribution process. | Martin Mares | |
2000-06-02 | Better LSA Aging. | Ondrej Filip | |
2000-06-02 | Documentation on routing tables and route attributes. | Martin Mares | |
2000-06-02 | Removed rta_find() since nobody uses it and it's more convenient | Martin Mares | |
to use ea_find() directly. | |||
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 | Spelling fixes. | Martin Mares | |
2000-06-02 | Minor fixes. | Martin Mares | |
2000-06-02 | Bugfix in lsreq receiving. | Ondrej Filip | |
2000-06-02 | Made it *compile* !!! | Martin Mares | |
2000-06-02 | Do not try to divide by zero. | Pavel Machek | |
2000-06-02 | Results of complete reading of documentation. | Pavel Machek | |
2000-06-01 | Added show ospf interface. | Ondrej Filip | |
show ospf neighbors now knows "<interface>". | |||
2000-06-01 | Documentation. | Martin Mares | |
2000-06-01 | Better handling of parameterless functions. | Martin Mares | |
2000-06-01 | Some other reply codes allocated. | Ondrej Filip | |
2000-06-01 | show ospf implemented. | Ondrej Filip | |
2000-06-01 | Removed comments about workings of the old neighbor cache which are | Martin Mares | |
(1) obsolete and (2) replaced by the progdoc. | |||
2000-06-01 | Documented. | Martin Mares | |
2000-06-01 | FIB 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-01 | Cisco-like "show ospf neighbors" implemented. | Ondrej Filip | |
2000-06-01 | tm_format_reltime() works with both past and future timestamps. | Martin Mares | |
2000-06-01 | Use <funcsect> instead of <sect3>. | Martin Mares | |
2000-06-01 | Inactive sticky neighbors have no scope. | Martin Mares | |
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 | Updated for new scope handling. | Martin Mares | |
Also, provide proper address scopes in struct ifa. | |||
2000-06-01 | Modified 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-01 | BGP: RFC 2842 has replaced the cap-draft. | Martin Mares | |
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 | Added && and ||. | Pavel Machek | |
2000-06-01 | Allow | Pavel Machek | |
case net { 62.0.0.0/8+: 10.0.0.0/8+: else: reject; } | |||
2000-06-01 | Allow matching on enums: | Pavel Machek | |
if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then { print "Failed in test"; quitbird; } | |||
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 "!=". :-((((((( | |||
2000-06-01 | Both `help' command and the `unknown command' error message now tell | Martin Mares | |
the user to press `?' if he wants help. | |||
2000-06-01 | Before configuration file is read, log to _both_ syslog and stderr. | Martin Mares | |
2000-05-31 | Documentation update | Pavel Machek | |
2000-05-31 | Complain when filter does not end in accept nor reject. | Pavel Machek | |
2000-05-31 | Ehm, some other "down" steps. | Ondrej Filip | |
2000-05-31 | Some bugs in cleanup after iface down. | Ondrej Filip | |
2000-05-31 | Why does not work "sk_close(sk);rfree(sk);"? | Ondrej Filip | |