From 053dc3d81fe6470966bc35a852e791de0c00ee68 Mon Sep 17 00:00:00 2001 From: Ondrej 'Feela' Filip Date: Sun, 20 Dec 2009 16:18:22 +0100 Subject: Typo corrected. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 06c921f..d1ce33c 100644 --- a/NEWS +++ b/NEWS @@ -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. -- cgit v1.2.3 From 67b24e7c1991de345dcb14173943a28d499f6f85 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Mon, 21 Dec 2009 16:29:23 +0100 Subject: Wrong switch name in configuration example. --- doc/bird.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bird.sgml b/doc/bird.sgml index a6278a1..312ab36 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1534,7 +1534,7 @@ Default is protocol ospf MyOSPF { - rfc1583compatibility yes; + rfc1583compat yes; tick 2; export filter { if source = RTS_BGP then { -- cgit v1.2.3