index
:
bird
android-old
avc-firewall
bgp/recursive
current-busch
current-vps
dmwg-0.0.1
dmwg-0.0.2
lua/filter
lua/lua
lua/wireguard
native/native-function
native/wg-native-function
old/bgp-recursive
old/build
old/current-jessie
old/debug
old/debug2
old/ignore-interface
old/ipv4-link-local
old/tunnel-encap
old/wg-tlv
old/wireguard
old/wireguard-android
old/wireguard-bp
old/wireguard-initial
old/wireguard-lib
old/wireguard-proto
old/wireguard-upstream
proto-firewall
shared
wireguard
wireguard-android
wireguard-next
wireguard-next-tmp10
wireguard-next-tmp11
wireguard-next-tmp5
wireguard-next-tmp6
wireguard-next-tmp7
wireguard-next-tmp7-1
wireguard-next-tmp8
wireguard-next-tmp8-1
wireguard-next-tmp9
Bird routing daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sysdep
/
linux
/
krt-scan.c
Age
Commit message (
Expand
)
Author
2000-03-31
Include "lib/string.h" instead of <string.h>. It should give us bzero()
Martin Mares
2000-03-12
Cleaned up debugging in kernel syncer. Netlink has still LOCAL_DEBUG
Martin Mares
1999-12-16
Minor cleanups.
Martin Mares
1999-11-04
Renamed attr->attrs to attr->eattrs.
Martin Mares
1999-08-03
Kernel route syncer supports multiple tables.
Martin Mares
1999-05-17
Kill remaining master_table relics in KRT code.
Martin Mares
1999-04-12
Removed TOS support. This simplifies many things a lot.
Martin Mares
1999-04-03
More changes to the kernel syncer.
Martin Mares
1999-03-04
KRT: Implemented asynchronous route / interface state notifications
Martin Mares
1999-03-04
Converted some mb_alloc/bzero pairs to mb_allocz.
Martin Mares
1999-03-03
Rewrote the kernel syncer. The old layering was horrible.
Martin Mares
1999-02-13
Squashed one bug in timing of route scans.
Martin Mares
1999-02-05
Synced Linux sysdeps to new interface.
Martin Mares
1998-12-20
die() -> bug() where appropriate.
Martin Mares
1998-12-08
Hopefully finished kernel syncer (krt) rewrite:
Martin Mares
1998-12-08
Rewritten kernel syncer. Now uses the rta trickery I've introduced yesterday
Martin Mares
1998-12-07
Comparison of kernel reject routes fixed.
Martin Mares
1998-12-06
Kernel syncer is now configurable. It will probably need some more
Martin Mares
1998-10-20
Learn static device routes from the kernel (temporary until we can make
Martin Mares
1998-10-19
Basic kernel routing table syncing implemented. Learning of routes installed
Martin Mares
1998-10-18
We parse /proc/net/route and flag RT entries according to it. More to come
Martin Mares
1998-10-18
Since almost every UNIX system requires different techniques for reading
Martin Mares