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
/
proto
/
rip
/
rip.h
Age
Commit message (
Collapse
)
Author
1998-12-22
Bird now uses fib structure instead of linklist.
Pavel Machek
1998-12-20
Added #if 0 to rip_postconfig(), so that it doesn't crash whole daemon
Martin Mares
when RIP is unconfigured. die() -> bug()
1998-12-04
Rip now has configurable per-interface metric (please rewiev), and few
Pavel Machek
more configurable parameters. To do that, union was added into iface_patt.
1998-12-01
Infinity is now configurable ammount.
Pavel Machek
1998-11-27
Fixed few misspellings and exported instance init as rip_init_instance().
Martin Mares
1998-10-26
RIP now includes notion of interface, and is correctly talking to
Pavel Machek
itself on second host. Split horizont is broken.
1998-10-20
RIP now actually talks to itself.
Pavel Machek
1998-10-07
RIP now somehow listens to main routing table (dont expect it to work)
Pavel Machek
1998-07-28
Rip now includes code to reply, but it is currently broken.
Pavel Machek
1998-07-09
Commiting RIP. RIP should somehow listen, will not reply. I needed to
Pavel Machek
commit it so that whole thing compiles.