summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-03-12Commands which failed expansions are to be stored to history, too.Martin Mares
2000-03-12Fixed a bunch of FIXME's by removing them :)Martin Mares
2000-03-12Made `show status' show uptime and time of last reconfiguration.Martin Mares
2000-03-12Added tm_format_datetime().Martin Mares
2000-03-12Don't crash when filter_same() gets called on FILTER_ACCEPT or FILTER_REJECT.Martin Mares
2000-03-12Yet another LOCAL_DEBUG turned off.Martin Mares
2000-03-12Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUGMartin Mares
2000-03-12Use do { } while(0) instead of empty DBG if not debugging.Martin Mares
2000-03-12Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,Martin Mares
2000-03-12Added tracing of interface events.Martin Mares
2000-03-12Oops, got `<' and `>' markers in trace output reversed.Martin Mares
2000-03-12Added debugging of communication between protocols and routing tables.Martin Mares
2000-03-10Fix <=, >=, !=Pavel Machek
2000-03-09LSA DB is completely redesigned. Now it should be faster and it needsOndrej Filip
2000-03-09Categorized TRACE() messages in ripPavel Machek
2000-03-09Rip tracing: still need config hunk to set p->debug.Pavel Machek
2000-03-09log() classes done rightPavel Machek
2000-03-091 less shift/reduce conflictPavel Machek
2000-03-09CONST() is now gonePavel Machek
2000-03-08Sending of DBDes. (Checksum and length calculation NOT done.)Ondrej Filip
2000-03-07Added debugging of protocol state transitions.Martin Mares
2000-03-07Added configuration of default protocol debugging flags.Martin Mares
2000-03-07No longer echoes commands before sending them.Martin Mares
2000-03-07DBG calls debug() if defined(LOCAL_DEBUG) || defined(GLOBAL_DEBUG).Martin Mares
2000-03-07Added protocol debugging flags (protocol.h: D_xxx), parsing of themMartin Mares
2000-03-07Renamed command `shutdown' to `down', so that `s' can be used as anMartin Mares
2000-03-05Implemented real slab allocator. If you suspect it from being buggy,Martin Mares
2000-03-04Renamed EAF_INLINE to EAF_TEMP to make the name reflect the real meaning.Martin Mares
2000-03-04Garbage collector events and counters are now per table and one dayMartin Mares
2000-03-04Removed bogus comment.Martin Mares
2000-03-04Fixed display of short continued messages in verbose mode.Martin Mares
2000-03-04Enabled short continuations.Martin Mares
2000-03-04Please *think* when defining operator priorities.Martin Mares
2000-03-04Implemented real attribute cache.Martin Mares
2000-03-02Avoid being exponential, do not allow ! =Pavel Machek
2000-03-01Removed RTF_EXTERIOR and RTF_TAGGED (unused).Martin Mares
2000-03-01Reimplemented neighbor cache. Now uses real hashing.Martin Mares
2000-03-01Added proto->hash_key which contains randomly generated hash key usedMartin Mares
2000-03-01Added type parameter to f_new_dynamic_attr.Pavel Machek
2000-03-01tmp_attrs fixed.Pavel Machek
2000-03-01Changed comments regarding hash function.Martin Mares
2000-03-01IP_PREC_INTERNET_CONTROL for IPv6 (see the comment).Martin Mares
2000-03-01If the user has specified identical preferences for instances of differentMartin Mares
2000-03-01Made `datetime' more user friendly. Now it should be a quoted stringMartin Mares
2000-03-01Dynamic attributes are now declared in per-protocol grammar files insteadMartin Mares
2000-03-01Defined INVALID_TOKEN which is a token guaranteed to be never generated.Martin Mares
2000-03-01ipa_opposite hack is not applicable in IPv6.Martin Mares
2000-03-01Adapted RIP to new interface flags. Pavel, please verify it's right.Martin Mares
2000-03-01Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares
2000-02-27Support expansion of command abbreviations.Martin Mares