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-17 16:48:43 +00:00
Code
Releases
Activity
b982b6db2b
bird
/
sysdep
/
linux
/
Modules
6 lines
63 B
Plaintext
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-01 20:17:46 +00: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 12:50:43 +00: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-06 17:40:42 +00: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-01 19:05:58 +00:00
#endif
Copy Permalink