diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-04-29 22:14:36 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-04-29 22:14:36 +0200 |
commit | 8e25f7d229fcb6591e9cd96d3cc61767b3c8dea7 (patch) | |
tree | 3e6794b5d4388986045e13de08c4a8e68db24aac | |
parent | 92a85089b887a91d0b686cd050ac59bb465c602f (diff) |
One last update to NEWS and examplev2.0.0-pre1
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | doc/bird.conf.example2 | 4 |
2 files changed, 13 insertions, 3 deletions
@@ -13,9 +13,19 @@ Version 2.0.0-pre1 (2017-04-29) o Static: Minor overhaul o Netlink: Default kernel metric changed to 32 o Flowspec: Limit tcp mask length to 12 bits - o Flows and ROAs no longer use phony next hops o Update of show route command + Notes: + + Definitions of OSPFv2, OSPFv3 and RIP NG protocols now use keywords + 'ospf v2', 'ospf v3' and 'rip ng' instead of 'ospf2', 'ospf3' and 'ripng'. + + Flows and ROAs no longer use phony next hops, so there is no need to use + 'drop' or 'unreachable' in their static route definitions. + + See doc/bird.conf.example2 for configuration examples. + + Version 2.0.0-pre0 (2016-12-07) o Integrated IPv4 + IPv6 design o Major BGP protocol redesign diff --git a/doc/bird.conf.example2 b/doc/bird.conf.example2 index 51fcfb64..d7048b64 100644 --- a/doc/bird.conf.example2 +++ b/doc/bird.conf.example2 @@ -168,7 +168,7 @@ protocol pipe { export where source = RTS_OSPF; } -protocol ospf2 ospf4 { +protocol ospf v2 ospf4 { # ecmp; ipv4 { @@ -185,7 +185,7 @@ protocol ospf2 ospf4 { } -protocol ospf3 ospf6 { +protocol ospf v3 ospf6 { # ecmp; ipv6 { |