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
2025-01-08 18:11:54 +00:00
Code
Releases
Activity
ea3582a6f6
bird
/
sysdep
/
linux
/
Modules
8 lines
78 B
Plaintext
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-01 19:05:58 +00: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 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