summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2000-06-01Added && and ||.Pavel Machek
2000-06-01AllowPavel Machek
case net { 62.0.0.0/8+: 10.0.0.0/8+: else: reject; }
2000-06-01Allow matching on enums:Pavel Machek
if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then { print "Failed in test"; quitbird; }
2000-06-01Cleanup.Ondrej Filip
2000-06-01Very stuping bug. (I took me 4 hours to find it!)Ondrej Filip
I just wrote "=!" instead of "!=". :-(((((((
2000-06-01Both `help' command and the `unknown command' error message now tellMartin Mares
the user to press `?' if he wants help.
2000-06-01Before configuration file is read, log to _both_ syslog and stderr.Martin Mares
2000-05-31Documentation updatePavel Machek
2000-05-31Complain when filter does not end in accept nor reject.Pavel Machek
2000-05-31Ehm, some other "down" steps.Ondrej Filip
2000-05-31Some bugs in cleanup after iface down.Ondrej Filip
2000-05-31Why does not work "sk_close(sk);rfree(sk);"?Ondrej Filip
2000-05-31Better debugging.Ondrej Filip
Safe neigh_list deleting.
2000-05-31And finally, Premature aging works. :-)Ondrej Filip
2000-05-31Another step to make premature aging better.Ondrej Filip
2000-05-31Warning destroyed. :-)Ondrej Filip
2000-05-31Flood my LSA (if exists) after old one is flushed.Ondrej Filip
2000-05-31Set E2 metric for internal routes to LSINFINITY.Ondrej Filip
2000-05-31Delete _all_ ext routes from unreachable neighbor.Ondrej Filip
2000-05-31Stuping bug in net LSA origination. Now, I should surviveOndrej Filip
loss of my only neighbor.
2000-05-31This should be enough from the SGMLtools distribution to make theMartin Mares
SGMLtools happy. The only symlink you need now is dist/birddoc -> dist/sgmltool. I'm convinced it could be avoided by renaming the directory instead, but I'd rather avoid it due to CVS pecularities.
2000-05-31Clean LaTeX .aux and .toc files as well.Martin Mares
2000-05-31Formatting of progdoc works in both HTML and LaTeX. The LaTeX outputMartin Mares
still has somewhat weird spacing, but it will be hopefully easy to fix.
2000-05-31Sort cleanup in aging.Ondrej Filip