summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2014-03-23Don't handle "lost" routes when the route didn't have a selected nexthop beforeHEADmasterMatthias Schiffer
2014-03-18Always update a route's nexthop as soon as the current nexthop is deleted ↵Matthias Schiffer
(and clean up the route update code a bit)
2014-03-18Update copyright yearsMatthias Schiffer
2014-03-18Add GMRF debug callsMatthias Schiffer
2014-03-18Compile options, -Wextra fixesMatthias Schiffer
2013-08-04There is no reason to keep a hello seqno for each interface separatelyMatthias Schiffer
2013-08-04Send triggered updatesMatthias Schiffer
2013-08-04Don't purge route entries before the purge timeout has passedMatthias Schiffer
2013-08-04Delete nexthop entries when a neighbour is resetMatthias Schiffer
2013-08-04Cleanup nexthop maintenance logicMatthias Schiffer
2013-08-03Fix update request timeout handlingMatthias Schiffer
2013-08-03Update nexthop last update time when the first retract has been receivedMatthias Schiffer
2013-08-03Re-enable wildcard route requests for new neighboursMatthias Schiffer
They had been disabled in the last commit by accident.
2013-08-03Add a neighbour packet timeout to prevent new neighbours to be purged right ↵Matthias Schiffer
after a route request has been received
2013-08-03Add gp_babel_since helperMatthias Schiffer
2013-08-03Add TODO commentMatthias Schiffer
2013-08-03Implement proper handling of route requestsMatthias Schiffer
2013-08-01Simplify basic protocol, rename announces to routes, begin implementing ↵Matthias Schiffer
route request handling
2013-07-29Implement handling of seqno requestsMatthias Schiffer
2013-07-29Adapt to new gmrf APIMatthias Schiffer
2013-03-26Send announce and seqno requestsMatthias Schiffer
2013-03-26Fix handling of announces without payloadMatthias Schiffer
2013-03-26Add hop count field to seqno request TLVMatthias Schiffer
2013-03-26Print neighbor address when hellos are receivedMatthias Schiffer
2013-03-24Initial nexthop maintenance implementationMatthias Schiffer
Mostly taken from the FFD project, and quite incomplete.
2013-03-24Add nexthop data structure and receive updatesMatthias Schiffer
2013-03-24Remove newline from log messageMatthias Schiffer
2013-03-24Add sending of updatesMatthias Schiffer
2013-03-22Add data structures and functions for announcementsMatthias Schiffer
2013-03-21Save maximum length in packet buffersMatthias Schiffer
2013-03-21Handle node ID TLVsMatthias Schiffer
2013-03-21Rename alloca_packet() to gp_babel_packet_alloca()Matthias Schiffer
2013-03-21Implement ACK request handlingMatthias Schiffer
2013-03-21Add alloca_packet() macroMatthias Schiffer
2013-03-20Move send functions to a new source fileMatthias Schiffer
2013-03-19Move packet handling to a separate source fileMatthias Schiffer
2013-03-19Add gp_babel_packet_size() functionMatthias Schiffer
2013-03-19Add maintenance functionMatthias Schiffer
2013-03-18Implement hello and IHU sending and receivingMatthias Schiffer
2013-03-18Add TLV handling codeMatthias Schiffer
2013-03-18Print messages when an interface is addedMatthias Schiffer
2013-03-18Add periodic taskMatthias Schiffer
2013-03-18Basic GMRF API implementationMatthias Schiffer