diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-22 01:34:01 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-12-22 01:34:01 +0100 |
commit | 0ad19261bf551ef49a1565e21e384ec749ec16d4 (patch) | |
tree | cae1dd0568c032724faaf2c82ebe77512a2174a2 | |
parent | c4ae53858be1bce6798f31ee2fb46775a607085f (diff) | |
parent | 67b24e7c1991de345dcb14173943a28d499f6f85 (diff) | |
download | bird-0ad19261bf551ef49a1565e21e384ec749ec16d4.tar bird-0ad19261bf551ef49a1565e21e384ec749ec16d4.zip |
Merge commit 'origin/master' into new
-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 { |