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
7972248d5d
bird
/
sysdep
/
linux
/
Modules
6 lines
63 B
Text
Raw
Normal View
History
Unescape
Escape
Added skeletal version of Linux netlink interface. It doesn't work yet, but the framework is there and I'll try finish it soon.
1999-03-02 04:17:46 +08:00
#ifndef CONFIG_NETLINK
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-scan.c
krt-scan.h
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-scan.Y
Use traditional Unix route/iface interface only when CONFIG_NETLINK is not defined. Also moved declarations of Unix iface logic to krt.h.
1999-03-02 03:05:58 +08:00
#endif
Reference in a new issue
Copy permalink