1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

NEWS, version and documentation update.

This commit is contained in:
Ondrej Zajicek
2010-01-06 16:57:20 +01:00
parent cf31112f0d
commit 0c75411bec
7 changed files with 38 additions and 24 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
Version 1.2.0 (2010-01-05)
o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
shared with OSPFv2 and there were deep changes in it, we suggest
caution during upgrade to OSPF users. Some advanced features
(like NSSA, vlinks and authentication) are not yet implemented.
o Implements MRTdump - binary logging protocol compatible with other
routing daemons. Only BGP part of MRTdump is yet implemented.
o Changes default value of BGP attribute LOCAL_PREF from 0 to 100.
Use 'default bgp_local_pref 0' BGP protocol option for the old
behavior. The new value is suggested by RFC 4277.
o Changes default mode of pipes from opaque to transparent.
Use 'mode opaque' protocol option if the old behavior is needed.
Opaque pipe mode is deprecated and might be removed in the future.
Version 1.1.7 (2009-12-20)
o Implements BGP Route Refresh (RFC 2918).
o Implements route reload command.