Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BIRD Internet Routing Daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
labs
BIRD Internet Routing Daemon
Commits
8e25f7d2
Commit
8e25f7d2
authored
Apr 29, 2017
by
Ondřej Zajíček
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One last update to NEWS and example
parent
92a85089
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
NEWS
NEWS
+11
-1
doc/bird.conf.example2
doc/bird.conf.example2
+2
-2
No files found.
NEWS
View file @
8e25f7d2
...
...
@@ -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
...
...
doc/bird.conf.example2
View file @
8e25f7d2
...
...
@@ -168,7 +168,7 @@ protocol pipe {
export where source = RTS_OSPF;
}
protocol ospf2 ospf4 {
protocol ospf
v
2 ospf4 {
# ecmp;
ipv4 {
...
...
@@ -185,7 +185,7 @@ protocol ospf2 ospf4 {
}
protocol ospf3 ospf6 {
protocol ospf
v
3 ospf6 {
# ecmp;
ipv6 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment