0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

Commit Graph

  • 0fe3b28b68 Added ipa_xor() and ipa_in_net(). Martin Mares 1998-06-01 21:36:58 +0000
  • af847acc27 Whee, multicast sockets work! Martin Mares 1998-05-26 21:46:38 +0000
  • 140f034105 Added CONFIG_AUTO_ROUTES (automatic device route creation) and CONFIG_ALL_MULTICAST (all interfaces capable of multicasting, not depending on IFF_MULTICAST flag). Martin Mares 1998-05-26 21:44:54 +0000
  • fe82105e5d Debug messages. Martin Mares 1998-05-26 21:43:45 +0000
  • 8a48ecb8b1 Implemented scanning of network interfaces. Mostly very ugly code due to terrible kernel interface (SIOGIFCONF and friends). Martin Mares 1998-05-26 21:42:05 +0000
  • b1487ee909 Added generic functions for unaligned data access. Martin Mares 1998-05-26 21:38:06 +0000
  • ed68a5c6a4 Resource pools are now named. Martin Mares 1998-05-26 21:37:37 +0000
  • d5417b379f Added ipa_opposite(). Martin Mares 1998-05-26 21:36:48 +0000
  • 5222c46ceb DBG now calls debug() instead of sending it to log(). Martin Mares 1998-05-26 21:36:17 +0000
  • d804db0dab Added few socket declarations. Martin Mares 1998-05-24 15:00:48 +0000
  • b5d9ee5c87 Added UNIX implementation of both timers and sockets. Timers should work, sockets were tested only in TCP mode. main.c now contains some test cases for socket code. Martin Mares 1998-05-24 14:50:18 +0000
  • 6d45cf21be Added debug dump function, but it's still empty :( Martin Mares 1998-05-24 14:49:14 +0000
  • ded3ee6ddd protos_init, not proto_init. Martin Mares 1998-05-24 14:48:52 +0000
  • b53499cdaa Added interface index (used only by OS-dependent code since ifindexes itself are OS-dependent). Martin Mares 1998-05-24 14:48:09 +0000
  • d4bc8dc000 Staticized some variables and functions. Martin Mares 1998-05-24 14:46:20 +0000
  • 315aba32b3 Fixed path to includes. Martin Mares 1998-05-24 14:44:25 +0000
  • a2ccbb0b97 Implemented timers. Using bird_clock_t for absolute time from now... Martin Mares 1998-05-24 14:40:29 +0000
  • 235562ca5a Point-to-point links: added address of the opposite end. Martin Mares 1998-05-24 09:20:59 +0000
  • 480effedac Added declarations of all our socket functions. Martin Mares 1998-05-24 09:19:26 +0000
  • 2326b001d6 Added routing table and routing attribute code. Martin Mares 1998-05-20 11:54:33 +0000
  • 3994080eb1 Fixed path to includes. Martin Mares 1998-05-15 13:43:59 +0000
  • 25697773b5 The library is now glued together from generic and OS-dependent parts by the `mergedirs' script. Few more IP address manipulation functions and some fixes. Martin Mares 1998-05-15 07:56:13 +0000
  • 62aa008abd Parts of routing table code. Data structure declarations should be complete now. Martin Mares 1998-05-15 07:54:32 +0000
  • 18c8241a91 BIRD library: The story continues. Martin Mares 1998-05-03 16:43:39 +0000
  • a8b6038225 Next attempt on data structures... Martin Mares 1998-05-03 16:42:45 +0000
  • 6032aa6ade Added new subdir for UNIX-dependent files. Martin Mares 1998-05-03 16:42:08 +0000
  • 1feea03e74 Changed #include <x/y> to #include "x/y" for our local includes, so that gcc -MM can be used to separate them from the system ones. Martin Mares 1998-04-28 14:39:34 +0000
  • c40e05a0df Added IP address manipulation macros, interface declarations and logging. Martin Mares 1998-04-23 14:01:15 +0000
  • 481f69854a Added few route attributes. Martin Mares 1998-04-23 08:09:39 +0000
  • 58ef912c6b First look at data structures. More to come tomorrow... Martin Mares 1998-04-22 12:58:34 +0000
  • b60f748914 Added banner presented to KSVI. Martin Mares 1998-03-20 18:30:55 +0000