aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rip should now correctly listen, but entries will not time out.Pavel Machek1998-10-171-3/+5
* Rip: rip_rta_same added.Pavel Machek1998-10-151-2/+15
* Moved scanning of interfaces, so that they get initialized after allMartin Mares1998-10-141-2/+2
* Lists: unneccessary test killed, make code friendly to non-gcc.Pavel Machek1998-10-141-3/+2
* o There are cases when SIOCGIFINDEX is defined, but it doesn't work. WhenMartin Mares1998-10-132-7/+13
* Strange, on atrey ioctl() does not fill structure, and bird segfaultsPavel Machek1998-10-131-1/+4
* I prefer to have broken drivers than completely stupid ones...Pavel Machek1998-10-131-90/+67
* RIP now somehow listens to main routing table (dont expect it to work)Pavel Machek1998-10-072-59/+135
* Route update hook now gets network prefix as well as updatedMartin Mares1998-08-312-5/+6
* Bird's info are now understood by ripquery.Pavel Machek1998-07-301-7/+11
* Rip now includes code to reply, but it is currently broken.Pavel Machek1998-07-282-40/+201
* Do not segfault on iface == NULL.Pavel Machek1998-07-281-1/+1
* Reversed buggy patch.Pavel Machek1998-07-201-1/+1
* Added comment explaining `now'.Martin Mares1998-07-151-1/+1
* Removed format specification attributes for log() and debug() untilMartin Mares1998-07-101-2/+2
* Added ipa_class_mask() which guesses netmask for classful addressing.Martin Mares1998-07-102-1/+18
* Replaced remaining references of clock_t by bird_clock_t.Martin Mares1998-07-102-3/+3
* Commiting RIP. RIP should somehow listen, will not reply. I needed toPavel Machek1998-07-094-1/+376
* Making SIGUSR1 dump also all protocols.Pavel Machek1998-07-091-0/+1
* Adding proto_dump_all() functionPavel Machek1998-07-092-0/+18
* Adding MIN()/MAX() macrosPavel Machek1998-07-091-0/+4
* Adding walk list which permits you to delete entries.Pavel Machek1998-07-091-1/+7
* Use '%I' instead of dirty address printing hacks.Martin Mares1998-06-173-7/+7
* Oops, forgot '%m'...Martin Mares1998-06-171-0/+7
* debug() and log() use the new printf. Feel free to use new formattingMartin Mares1998-06-171-11/+34
* Added local version of sprintf (bsprintf and bvsprintf) offering few newMartin Mares1998-06-174-0/+312
* ip_ntop() and ip_ntox() for IPv4.Martin Mares1998-06-171-0/+20
* Added function for converting of IP addresses to printable form.Martin Mares1998-06-173-0/+9
* Now sending IF_CHANGE_CREATE when a new interface appears and IF_CHANGE_UPMartin Mares1998-06-042-2/+4
* FIB_WALK and friends are now slightly more friendly.Martin Mares1998-06-041-10/+8
* Dumping of _static_ attributes implemented.Martin Mares1998-06-041-2/+33
* We have full interface routes now.Martin Mares1998-06-041-1/+36
* Handle route deletion without segfaults. A bit more debug dumps.Martin Mares1998-06-041-4/+30
* Fixed processing of timers.Martin Mares1998-06-041-1/+4
* Killed socket debug code. Initialize config pool and protocols.Martin Mares1998-06-031-22/+14
* Skeleton of device route protocol. As it's tightly coupled with our kernel,Martin Mares1998-06-032-1/+59
* Protocol hooks. All of them may be NULL.Martin Mares1998-06-033-6/+17
* Basic protocol operations.Martin Mares1998-06-031-1/+70
* Changed protocol declarations a bit.Martin Mares1998-06-031-3/+6
* Added configuration pool.Martin Mares1998-06-031-0/+5
* Protocols will reside in directory `proto'.Martin Mares1998-06-031-1/+1
* Synced to new interface code.Martin Mares1998-06-013-16/+15
* - Rewrote whole interface logic. Removed support for multiple addresses perMartin Mares1998-06-015-95/+244
* Added ipa_xor() and ipa_in_net().Martin Mares1998-06-013-0/+7
* Whee, multicast sockets work!Martin Mares1998-05-263-8/+36
* Added CONFIG_AUTO_ROUTES (automatic device route creation) andMartin Mares1998-05-263-0/+6
* Debug messages.Martin Mares1998-05-261-2/+2
* Implemented scanning of network interfaces. Mostly very ugly code due toMartin Mares1998-05-266-22/+387
* Added generic functions for unaligned data access.Martin Mares1998-05-261-1/+31
* Resource pools are now named.Martin Mares1998-05-263-4/+6