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
/
static
Age
Commit message (
Expand
)
Author
2015-07-20
Static: Allows to specify attributes for static routes
Ondrej Zajicek
2015-06-08
BGP multipath support
Ondrej Zajicek
2015-02-21
Store protocol config size inside protocol structure
Ondrej Zajicek
2015-02-21
Replacing GNU old-style field designator extension
Pavel Tvrdik
2014-02-26
Fixes issues with static protocol reconfiguration.
Ondrej Zajicek
2013-11-23
Merge branch 'master' into add-path
Ondrej Zajicek
2013-02-09
Fixes handling of iface routes in static proto during reconfiguration.
Ondrej Zajicek
2012-11-27
Changes static route targets drop/reject to blackhole/unreachable.
Ondrej Zajicek
2012-08-14
Implements ADD-PATH extension for BGP.
Ondrej Zajicek
2012-04-15
Fix static protocol w.r.t. some recent changes in protocol ahooks.
Ondrej Zajicek
2012-01-24
Assign default protocol preference via proto_config_new().
Ondrej Zajicek
2012-01-09
Show interface for link-local gw in static protocol.
Ondrej Zajicek
2012-01-01
Allows sticky link-local neighbors.
Ondrej Zajicek
2011-11-07
Implements protocol templates.
Ondrej Zajicek
2011-09-24
Implements static recursive routes.
Ondrej Zajicek
2011-04-01
Fix leaked debug message.
Ondrej Zajicek
2010-12-07
Multipath support for static protocol.
Ondrej Zajicek
2010-11-19
Minor finalizations of link state checks.
Ondrej Zajicek
2010-11-11
Adds support for iface link check to static protocol.
Ondrej Zajicek
2010-05-16
Do not remove old static route if it is in new config with different gw.
Ondrej Zajicek
2010-02-27
Better flushing of interfaces.
Ondrej Zajicek
2009-06-01
The pipe cleanup.
Ondrej Zajicek
2001-08-19
Fix %<something>I format strings.
Martin Mares
2000-06-08
Fixes for the programmer's manual.
Martin Mares
2000-06-04
Removed lots of trailing newlines in log messages.
Martin Mares
2000-06-04
Documented all the trivial protocols.
Martin Mares
2000-05-31
Updated all the Doc files to new format.
Martin Mares
2000-05-15
Cleanup of configuration.
Martin Mares
2000-05-13
Unified parsing of prefixes.
Martin Mares
2000-05-13
Manual enable/disable works right.
Martin Mares
2000-05-05
Added skeleton Doc files for the whole developer's documentation.
Martin Mares
2000-04-28
Split CF_HDR section to CF_HDR (only includes) and CF_DEFINES (defines,
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
2000-01-17
Static protocol supports full dynamic reconfiguration.
Martin Mares
2000-01-17
Separated `official protocol names' used in status dumps from name templates
Martin Mares
1999-12-03
Implemented `show static'. It's a relatively good example of how to write
Martin Mares
1999-05-17
Kill remaining master_table relics in KRT code.
Martin Mares
1999-05-06
I rewrote the interface handling code, so that it supports multiple
Martin Mares
1999-04-12
Removed TOS support. This simplifies many things a lot.
Martin Mares
1999-03-26
Added everything protocols need to know about multiple routing tables,
Martin Mares
1999-03-02
Don't try to install static routes to disconnected neighbors.
Martin Mares
1999-02-13
Implemented static device routes.
Martin Mares
1999-02-13
Static protocol doesn't need any shutdown function. Everything gets
Martin Mares
1999-02-05
Modified static router to use new interface.
Martin Mares
1999-01-10
New makefiles. Includes support for out-of-source-tree builds.
Martin Mares
1998-12-20
die() -> bug() where appropriate.
Martin Mares
1998-12-08
Fixed a couple of bugs in static protocol. All static routes except device
Martin Mares
1998-12-06
All static routes except for device ones should work and appear/disappear
Martin Mares
1998-12-06
Added skeleton of static route protocol.
Martin Mares