Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-05-31 | Better debugging. | Ondrej Filip | |
Safe neigh_list deleting. | |||
2000-05-31 | And finally, Premature aging works. :-) | Ondrej Filip | |
2000-05-31 | Another step to make premature aging better. | Ondrej Filip | |
2000-05-31 | Warning destroyed. :-) | Ondrej Filip | |
2000-05-31 | Flood my LSA (if exists) after old one is flushed. | Ondrej Filip | |
2000-05-31 | Set E2 metric for internal routes to LSINFINITY. | Ondrej Filip | |
2000-05-31 | Delete _all_ ext routes from unreachable neighbor. | Ondrej Filip | |
2000-05-31 | Stuping bug in net LSA origination. Now, I should survive | Ondrej Filip | |
loss of my only neighbor. | |||
2000-05-31 | This should be enough from the SGMLtools distribution to make the | Martin 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-31 | Clean LaTeX .aux and .toc files as well. | Martin Mares | |
2000-05-31 | Formatting of progdoc works in both HTML and LaTeX. The LaTeX output | Martin Mares | |
still has somewhat weird spacing, but it will be hopefully easy to fix. | |||
2000-05-31 | Sort cleanup in aging. | Ondrej Filip | |
2000-05-31 | LSArt origination and routing table calculation is now not doing so | Ondrej Filip | |
often. Instead of calculation I just schedule it latter. | |||
2000-05-31 | Updated headings and copyrights. | Martin Mares | |
2000-05-31 | Added the introduction chapter of progdoc. | Martin Mares | |
2000-05-31 | Spelling check and update of LocalWords. | Martin Mares | |
2000-05-31 | Handle better next hop in external LSA. | Ondrej Filip | |
2000-05-31 | Very ancient bug in (B)DR election, I didn't fill correctly my own IP. | Ondrej Filip | |
2000-05-31 | Added tagging of external LSA. | Ondrej Filip | |
2000-05-31 | Make documentation targets available from the top-level makefile as well, | Martin Mares | |
but not with separate object tree yet. | |||
2000-05-31 | Modified the Makefile to work in the source tree. | Martin Mares | |
From now, you can just `make userdocs' in doc, no need to use ugly scripts. Also, `make progdocs' builds the programmer's documentation in HTML, LaTeX version to come later. | |||
2000-05-31 | Updated all the Doc files to new format. | Martin Mares | |
2000-05-31 | New progdoc script generating SGML output. | Martin Mares | |
2000-05-31 | Added new output format `bird' which creates birddoc SGML. | Martin Mares | |
2000-05-31 | Added tags for markup of programmer's documentation. | Martin Mares | |
2000-05-31 | Moved old TeX documents to old/ to make them not interfere with doc building. | Martin Mares | |
2000-05-31 | Added Pipe documentation. | Martin Mares | |
2000-05-31 | Ehm, in had this in code: "break; i--;" :-( | Ondrej Filip | |