diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-11-25 18:42:47 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-11-25 18:42:47 +0100 |
commit | 283c7dfada53a6dee6a8a17ecab492ffafd44b66 (patch) | |
tree | 5edfb9df61c3b625967f3c65317f27c5051a8a4d /NEWS | |
parent | 736e143fa50607fcd88132291e96089b899af979 (diff) | |
parent | 0bb4e37db317a1290bad24fe430cac6569a9bd8c (diff) |
Merge branch 'master' into add-path
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,12 +1,23 @@ -Version 1.3.12 (2013-11-23) +Version 1.4.0 (2013-11-25) o BFD protocol (RFC 5880). o BFD support for OSPF and BGP. o New 'allow local as' option for BGP. o Filters allows setting gw, ifname and ifindex. o Filter operator 'delete/filter' extended to bgp_paths. o Filter operator 'len' extended to [e]clists. - o PID file support. + o BIRD client now allows shorthands for noninteractive commands. + o Flag -P for PID file support. + o Flag -f added to force BIRD to run in foreground. + o Protocol export/import/receive limits are checked during reconfiguration. o Several bugfixes and minor improvements. + o Several minor but incompatible changes: + - IBGP is multihop by default. + - Changes primary address selection on BSD to the first one. + - Integers in filters are handled as unsigned. + - ISO 8601 time formats used by default. + - Import of device routes from kernel protocol allowed. + - Last state change now tracks just protocol state change. + - Minor changes to default router ID calculation. Version 1.3.11 (2013-07-27) o OSPF stub router option (RFC 3137). |