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
ea3582a6f6
bird
/
sysdep
/
linux
/
Modules
8 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
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
#ifdef CONFIG_NETLINK
netlink.c
#else
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