mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Merge commit 'origin/master' into new
This commit is contained in:
commit
0ad19261bf
4
NEWS
4
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 BGP Route Refresh (RFC 2918).
|
||||||
o Implements route reload feature.
|
o Implements route reload command.
|
||||||
o Deep changes and bugfixes in pipe protocol.
|
o Deep changes and bugfixes in pipe protocol.
|
||||||
o Bugfix in OSPF premature aging of LSA.
|
o Bugfix in OSPF premature aging of LSA.
|
||||||
o Bugfix in OSPF next hop calculation.
|
o Bugfix in OSPF next hop calculation.
|
||||||
|
@ -1536,7 +1536,7 @@ Default is <cf/metric of type 2 = 10000/ and <cf/tag = 0/.
|
|||||||
|
|
||||||
<code>
|
<code>
|
||||||
protocol ospf MyOSPF {
|
protocol ospf MyOSPF {
|
||||||
rfc1583compatibility yes;
|
rfc1583compat yes;
|
||||||
tick 2;
|
tick 2;
|
||||||
export filter {
|
export filter {
|
||||||
if source = RTS_BGP then {
|
if source = RTS_BGP then {
|
||||||
|
Loading…
Reference in New Issue
Block a user