summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2000-03-29f_run gets one more parameter to distinguish between in and out modes.Pavel Machek
2000-03-29Cross-protocol issues solved betterPavel Machek
2000-03-29DBdes sending/receiving changes.Ondrej Filip
2000-03-27Use neigh_connected_to in rip, and behave more correctlyPavel Machek
2000-03-27if_connected() is again private.Martin Mares
2000-03-26I broke compilation. Sorry.Pavel Machek
2000-03-26Split horizont done right.Pavel Machek
2000-03-26if_connected is usefull outside of neighbour cache.Pavel Machek
2000-03-24FIXME was actually already resolvedPavel Machek
2000-03-23Minor change to make code more readable.Pavel Machek
2000-03-22Rip now tries to lock interface.Pavel Machek
2000-03-22Format of dates changed, so rip authentication is now commented out.Pavel Machek
2000-03-21Construction of BGP packets.Martin Mares
2000-03-21Wrote real version of unaligned data access functions (needed for BGP).Martin Mares
2000-03-20Started work on BGP. Wrote main part of the connection handling code.Martin Mares
2000-03-20Handle EINPROGRESS properly.Martin Mares
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-13Cleanup, mostly debugging messages.Pavel Machek
2000-03-13Add internal commands of the client to the command list.Martin Mares
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