summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-26factor out common codeHenning Brauer
2003-12-26"when you try to be very smart, something breaks horribly"Henning Brauer
2003-12-26set true_nexthop = exit_nexthop for directly connected nexthopsHenning Brauer
2003-12-26erm, oups, well, put back rde_pid and io_pid assignments that got lostHenning Brauer
2003-12-26when asking the kernel to add a route, send him the true nexthop and notHenning Brauer
2003-12-26move struct nexthop definition to rde.hHenning Brauer
2003-12-26Use the ``official'' description for the MVME3xx cards, and provide jumperMiod Vallat
2003-12-26fix logging in send_nexthop_updateHenning Brauer
2003-12-26add option 'log updates' to log updates. ok henning@Jakob Schlyter
2003-12-26yes, i have to admit that Wouter Clarie <rimshot@pandora.be> is right,Henning Brauer
2003-12-26FILES before SEE ALSO;Jason McIntyre
2003-12-26constify; ok henning@Jakob Schlyter
2003-12-26o the aspath->state checks should be != NEXTHOP_REACH, not == NEXTHOP_UNREACHHenning Brauer
2003-12-2620 minutes debugging for a missinf return (0) at the end of a function,Henning Brauer
2003-12-26A simple compile-time micro-optimization in pmap_protect() forMiod Vallat
2003-12-26let imsg_get and imsg_compose not fatal() but return errors upstream.Henning Brauer
2003-12-26when this project started and i added the fatal() function, I made it takeHenning Brauer
2003-12-26by making kroute_dispatch_msg() and kroute_nexthop_add() return int insteadHenning Brauer
2003-12-26report as many errors upstream as possible instead of fatal() so theyHenning Brauer
2003-12-26overhaul error handlingHenning Brauer
2003-12-26need to clean errno before returning error in the custom caseHenning Brauer
2003-12-26handle kroute_init failures nicerHenning Brauer
2003-12-26provide a real log_errHenning Brauer
2003-12-26Allow storing of `arch' annotations inside packages.Marc Espie
2003-12-26log_err -> log_peer_errHenning Brauer
2003-12-26pkg_add reports size taken on each fs.Marc Espie
2003-12-26127/8 is special, and thus needs special protection.Henning Brauer
2003-12-26o improve logging dramaticallyHenning Brauer
2003-12-26improve log messageHenning Brauer
2003-12-26log nexthop status changesHenning Brauer
2003-12-26+ log_ntoa, a simple helper funtion that doesn't require a struct in_addr...Henning Brauer
2003-12-26remove he pathetic log_kroute()Henning Brauer
2003-12-26Do not run the ld.so regression test on static arches.Miod Vallat
2003-12-26Merge the attachment part and the real work part of the SCSI drivers inMiod Vallat
2003-12-26- use 1/2 space for rijndael context in ipsecMarkus Friedl
2003-12-26add libiberty.info to CLEANFILESBrad Smith
2003-12-26handle IMSG_NEXTHOP_DELETE as wellHenning Brauer
2003-12-26In the mrt state machine one state was forgotten. This caused the parentClaudio Jeker
2003-12-26Put this again, but this time make sure the compiler really does not frob theMiod Vallat
2003-12-26kroute_nexthop_check -> kroute_nexthop_addHenning Brauer
2003-12-26kroute_validate_nexthop is a private functionHenning Brauer
2003-12-26finally marry rde and kroute parts of the nexthop verification:Henning Brauer
2003-12-26o in struct nexthop_node, we don't need the full kroute_nexthop struct,Henning Brauer
2003-12-26Revert - this was a bit premature.Miod Vallat
2003-12-25Turn the nexthop verification on. At least in the RDE.Claudio Jeker
2003-12-25A much simpler and more readable start() routine...Miod Vallat
2003-12-25styleHenning Brauer
2003-12-25RDE part of the nexthop verification puzzle.Claudio Jeker
2003-12-25nothing uses the special return value kroute_msg used to set for EEXIST anyHenning Brauer
2003-12-25bring us closer to a complete nexthop verification that does NOT needHenning Brauer