This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
bird
Watch
0
Star
0
Fork
0
You've already forked bird
mirror of
https://gitlab.nic.cz/labs/bird.git
synced
2024-11-10 05:08:42 +00:00
Code
Releases
Activity
0846203e89
bird
/
sysdep
/
unix
/
Modules
11 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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.
1998-05-15 07:56:13 +00:00
log.c
main.c
timer.h
Implemented timers. Using bird_clock_t for absolute time from now...
1998-05-24 14:40:29 +00:00
io.c
unix.h
Implemented scanning of network interfaces. Mostly very ugly code due to terrible kernel interface (SIOGIFCONF and friends).
1998-05-26 21:42:05 +00:00
sync-if.c
Split protocol init to building of protocol list and real protocol init. Added kernel route table syncer skeleton.
1998-10-18 11:53:21 +00:00
sync-rt.c
Since almost every UNIX system requires different techniques for reading the kernel routing table as opposed to modifying it which is approximately the same on non-netlink systems, I've split the kernel routing table routines to read and write parts. To be implemented later ;-)
1998-10-18 12:50:43 +00:00
krt.h
krt-set.c
krt-set.h
Copy Permalink