diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | doc/bird.sgml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -Version 1.1.7 (2009-12-21) +Version 1.1.7 (2009-12-20) o Implements BGP Route Refresh (RFC 2918). - o Implements route reload feature. + o Implements route reload command. o Deep changes and bugfixes in pipe protocol. o Bugfix in OSPF premature aging of LSA. o Bugfix in OSPF next hop calculation. diff --git a/doc/bird.sgml b/doc/bird.sgml index e894353..53d87b6 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1536,7 +1536,7 @@ Default is <cf/metric of type 2 = 10000/ and <cf/tag = 0/. <code> protocol ospf MyOSPF { - rfc1583compatibility yes; + rfc1583compat yes; tick 2; export filter { if source = RTS_BGP then { |