summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
(-: num_of_parser_conflicts -= 42 :-)
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
for calculation of hash functions depending on proto.
2000-03-01Added type parameter to f_new_dynamic_attr.Pavel Machek
2000-03-01tmp_attrs fixed.Pavel Machek
I do not know if it is right since mj ingores talk once started :-(.
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
protocols, break the tie by comparing addresses, so we keep the ordering unambiguous.
2000-03-01Made `datetime' more user friendly. Now it should be a quoted stringMartin Mares
of type "dd-mm-yyyy".
2000-03-01Dynamic attributes are now declared in per-protocol grammar files insteadMartin Mares
of filter/config.Y. Bird now compiles even if you disable RIP. Removed RTA and IMPOSSIBLE tokens (unused). Removed superfluous comment in filter.h. I've tried to do my best, but Pavel, please check these changes.
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
address, not per interface (hence it's ifa->flags & IA_UNNUMBERED) and should be set reliably. IF_MULTIACCESS should be fixed now, but it isn't wise to rely on it on interfaces configured with /30 prefix.
2000-02-27Support expansion of command abbreviations.Martin Mares
Client considered finished (modulo bugs).
2000-02-25Router LSA & area adding.Ondrej Filip
2000-02-25Memory allocation in ospf_area changed.Ondrej Filip
2000-02-25Get rid of 'ab'-s, added return to functions.Pavel Machek
2000-02-24Hmmm, libreadline 2.1 seems to be the oldest version we work with.Martin Mares
2000-02-24Moan loudly if libreadline is an old version which doesn't supportMartin Mares
callbacks.
2000-02-24Area work and router LSA starts when interface goes up.Ondrej Filip
2000-02-24Small change for debugging.Ondrej Filip
2000-02-24Structures for router LSA added.Ondrej Filip
2000-02-24Better debugging.Ondrej Filip
2000-02-24Better debuging.Ondrej Filip
2000-02-18Completion works. Unfortunately, we have to access a couple of internalMartin Mares
symbols of libreadline :-(
2000-02-17Client: Online help works (Cisco style: just press `?' at the end of a line).Martin Mares
2000-02-15First usable version of the client. No command completion and similar niftyMartin Mares
features yet, but it works.
2000-02-14Don't make dependencies in client directory if the client is notMartin Mares
configured in.
2000-02-08Hash table structure redesigned.Ondrej Filip
2000-02-08Other LS struct added.Ondrej Filip
2000-02-08LSA type changed from u16 to u8.Ondrej Filip
2000-02-08Malloc() changed to cfg_alloc().Ondrej Filip
2000-01-31filter_same() implemented. Don't bet on it, yet.Pavel Machek
2000-01-26Updated docs about filters, and added fixme.Pavel Machek
2000-01-26Do not send empty packets in rip.Pavel Machek
2000-01-26Output made prettier.Pavel Machek
2000-01-20Configure, link and use the readline library.Martin Mares
2000-01-19Put client on a stony ground. The whole client is going to be system-specificMartin Mares
(the current version UNIX-specific) anyway, so it's useless to try splitting it to sysdep and generic part. Instead of this, configure script decides (based on system type and user's wish) what (if any) client should be built and what autoconfiguration it requires. Also, the client provides its own die/bug/... functions.
2000-01-19Generate a list of all commands and their help texts for the client to use.Martin Mares
2000-01-19Split off general commands to cmds.c.Martin Mares
Added `show symbols' command which dumps whole symbol table together with symbol types etc.
2000-01-19Killed a couple of bugs in the neighbor cache.Martin Mares
Manual disable/enable/restart/shutdown/reconfiguration of protocols no longer hangs on loops in neighbor lists :)
2000-01-18Killed protocol->priority. Protocol startup should be clean and hack-free now.Martin Mares
It seems everything still works (except for disable/enable/restart which hangs sometimes, but it's another story).
2000-01-18protocol->startup_counter no longer exists.Martin Mares
2000-01-18Kernel route syncer now supports dynamic reconfiguration. Also it doesn'tMartin Mares
depend on the startup counter hack now and uses a zero-time timer instead to make itself scheduled after normal protocol startup.