This website requires JavaScript.
Explore
Tos
Help
Register
Sign in
Jerry
/
bird
Watch
1
Star
0
Fork
You've already forked bird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
980ffedbb0
bird
/
sysdep
/
unix
/
Modules
12 lines
85 B
Text
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 15:56:13 +08:00
log.c
main.c
timer.h
Implemented timers. Using bird_clock_t for absolute time from now...
1998-05-24 22:40:29 +08:00
io.c
unix.h
Implemented scanning of network interfaces. Mostly very ugly code due to terrible kernel interface (SIOGIFCONF and friends).
1998-05-27 05:42:05 +08: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 19:53:21 +08:00
sync-rt.c
Kernel syncer is now configurable. It will probably need some more options, but at least basic tuning is possible now.
1998-12-07 01:40:42 +08:00
krt.Y
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 20:50:43 +08:00
krt.h
krt-set.c
krt-set.h
Reference in a new issue
Copy permalink