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
/
nest
/
rt-fib.c
Age
Commit message (
Expand
)
Author
2019-01-31
Nest: FIB rehash values tweaked for better performance
Maria Matejka
2018-12-04
Route table max hash size raised to 2^24.
Jan Maria Matejka
2018-02-13
Add support for source-specific IPv6 routes to BIRD core
Ondrej Zajicek (work)
2018-02-07
Nest: Trivial whitespace cleanup
Ondrej Zajicek (work)
2018-01-24
Nest: remove duplicate function
Ondrej Zajicek (work)
2017-12-16
Minor fixes for debug mode
Ondrej Zajicek (work)
2017-12-12
Revive FIB and kernel MPLS code
Ondrej Zajicek (work)
2017-12-07
Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into int-new
Ondrej Zajicek (work)
2017-09-19
Docs: FIB iteration macros
Michal 'vorner' Vaner
2016-12-07
Basic flow specification support (RFC 5575)
Ondrej Zajicek (work)
2016-01-21
BSD: Explicitly dropping routes with mismatched AF's.
Jan Moskyto Matejka
2016-01-20
Rewrite roa_check() for integrated BIRD
Pavel Tvrdík
2016-01-07
Add NET ROA4/6 structures
Pavel Tvrdík
2015-12-29
Move ID allocator to a separate file and use it also in OSPF
Ondrej Zajicek (work)
2015-12-24
Follow-up work on integration
Ondrej Zajicek (work)
2015-12-21
Modify FIB_WALK() and FIB_ITERATE() to work with new FIB code
Ondrej Zajicek (work)
2015-12-21
Follow-up work on integration
Ondrej Zajicek (work)
2015-12-20
Nest: Reimplement fib_route() and add some consts
Ondrej Zajicek (work)
2015-11-05
Initial commit on integrated BIRD
Ondrej Zajicek (work)
2015-10-05
Major RIP redesign
Ondrej Zajicek (work)
2015-06-08
unsigned [int] -> uint
Pavel Tvrdík
2015-02-21
Minor fixes
Pavel Tvrdík
2009-10-07
Implement proper LSA ID generation.
Ondrej Zajicek
2004-06-05
Marked unused parameters in core code as such.
Martin Mares
2000-06-07
Fixes to the progdoc.
Martin Mares
2000-06-01
FIB documentation.
Martin Mares
2000-05-13
Added fib_route() which does (although very slow) lookup of longest-match
Martin Mares
2000-05-08
Several simplifications of the fib iterators.
Martin Mares
2000-05-07
Squashed one bug in fib_rehash(). No more routes disappearing as if struct
Martin Mares
2000-03-31
Include "lib/string.h" instead of <string.h>. It should give us bzero()
Martin Mares
2000-03-12
Great cleanup of debug messages. LOCAL_DEBUG turned off in most modules,
Martin Mares
1998-12-22
Oops, previous modification for passing NULL to fib_init() did not
Pavel Machek
1998-12-22
Allow NULL to init_fib().
Pavel Machek
1998-12-20
die() -> bug() where appropriate.
Martin Mares
1998-12-20
Rewrote fib functions to make them insert/delete/asynchronous-walk safe.
Martin Mares
1998-11-29
Renamed `DEBUG' symbol to `DEBUGGING' to prevent collisions with token
Martin Mares
1998-10-18
o FIB flags now available for FIB users.
Martin Mares
1998-05-26
Debug messages.
Martin Mares
1998-05-15
Parts of routing table code. Data structure declarations should be
Martin Mares