summaryrefslogtreecommitdiffstats
path: root/nest
AgeCommit message (Expand)Author
2000-04-17Don't import/export MED and LOCAL_PREF on external links.Martin Mares
2000-04-17The previous fix for spacing was (a) totally out of context, (b) wrong.Martin Mares
2000-04-17Put space between entries so they are separated.Pavel Machek
2000-04-17Int sets moved to core. It is now possible to have variable of type clist.Pavel Machek
2000-04-17Define EAF_ORIGINATED and propagate it properly when merging attribute lists.Martin Mares
2000-04-17Aesthetical tweaks (asterisk spells `asterisk' etc.)Martin Mares
2000-04-17as_path_match moved to a-path.cPavel Machek
2000-04-17Path_getlen moved to nest and length was made callable from filters.Pavel Machek
2000-04-17Printing of AS paths and community sets.Martin Mares
2000-04-17Created nest/a-path.c and a-set.c which should contain general operationsMartin Mares
2000-04-11Fix comments.Martin Mares
2000-04-10As usuall, most important info was missing.Pavel Machek
2000-04-10Export ea_same() and ea_hash().Martin Mares
2000-04-10Fix stupid bug in neighbor cache.Martin Mares
2000-04-10BGP doesn't need any inline attributes.Martin Mares
2000-04-01Changed initialization of protocol list -- now we call proto_build() insteadMartin Mares
2000-04-01BGP now handles incoming routes (IPv4 only).Martin Mares
2000-04-01When tracing, always print incoming part of the trace before the outgoing one.Martin Mares
2000-04-01Removal of useless includes continues...Martin Mares
2000-04-01Include "lib/string.h" instead of <string.h>. It should give us bzero()Martin Mares
2000-04-01Fixed bug in processing of dynamic attributes.Martin Mares
2000-03-30Use FF_FORCE_TMPATTR where appropriate.Martin Mares
2000-03-29f_run gets one more parameter to distinguish between in and out modes.Pavel Machek
2000-03-27if_connected() is again private.Martin Mares
2000-03-26I broke compilation. Sorry.Pavel Machek
2000-03-26if_connected is usefull outside of neighbour cache.Pavel Machek
2000-03-20Added missing newline in debug output.Martin Mares
2000-03-20Define new data types for BGP.Martin Mares
2000-03-19Bare skeleton of the BGP.Martin Mares
2000-03-19Protocol tracing: Don't dump core on filtered out routes.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-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-07Added debugging of protocol state transitions.Martin Mares
2000-03-07Added configuration of default protocol debugging flags.Martin Mares
2000-03-07Added protocol debugging flags (protocol.h: D_xxx), parsing of themMartin 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-04Enabled short continuations.Martin Mares
2000-03-04Implemented real attribute cache.Martin Mares
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-01If the user has specified identical preferences for instances of differentMartin Mares
2000-03-01Rewrote interface type detection logic. The `unnumbered' flag is now perMartin Mares
2000-02-18Completion works. Unfortunately, we have to access a couple of internalMartin Mares
2000-01-19Split off general commands to cmds.c.Martin Mares