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
/
bmp
Age
Commit message (
Expand
)
Author
2023-08-22
BMP: Improve peer_down handling
Ondrej Zajicek
2023-08-21
BMP: Use generic channel feed instead of direct walk over rtable
Ondrej Zajicek
2023-08-18
BMP: Fix route timestamps
Ondrej Zajicek
2023-08-18
BMP: Refactor route monitoring
Ondrej Zajicek
2023-08-01
BMP: Remove useless buffer
Ondrej Zajicek
2023-08-01
BMP: Simplify route monitoring hooks
Ondrej Zajicek
2023-06-08
BMP: Ensure that bmp_fire_tx() does nothing when not up
Ondrej Zajicek
2023-06-08
BMP: Support multiple instances of BMP protocol
Ondrej Zajicek
2023-05-31
BMP: Fix bug in buffer resize
Ondrej Zajicek
2023-05-31
BMP: Proper reconfiguration and protocol status
Ondrej Zajicek
2023-05-30
BMP: Add station address check
Ondrej Zajicek
2023-05-30
BMP: Add local address option
Michal Zagorski
2023-05-30
BMP: Minor formatting cleanups
Ondrej Zajicek
2023-05-01
BMP: Use OPEN messages stored in BGP
Ondrej Zajicek
2023-04-20
BMP: Silence some log messages
Ondrej Zajicek
2023-04-20
BMP: Fix connection management
Ondrej Zajicek
2023-04-18
BMP: Fix reconfiguration
Ondrej Zajicek
2023-04-18
BMP: Allow build without BMP and disable BMP build by default
Ondrej Zajicek
2023-04-18
BMP: Move initialization to bmp_start()
Ondrej Zajicek
2023-04-18
BMP: Fix missing template
Ondrej Zajicek
2023-04-16
BMP: Add some missing bmp_buffer_free() calls
Ondrej Zajicek (work)
2023-04-16
BMP: Remove duplicate functions for update encoding
Ondrej Zajicek (work)
2023-04-16
BMP: Integrate bmp_conn to bmp_proto
Ondrej Zajicek (work)
2023-04-16
BMP: Minor cleanups
Ondrej Zajicek (work)
2023-04-16
BMP: Do not use global instance ptr internally
Ondrej Zajicek (work)
2023-04-16
BMP: Remove superfluous error handling
Ondrej Zajicek (work)
2023-04-16
BMP protocol support
Pawel Maslanka