Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B BIRD Internet Routing Daemon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • labs
  • BIRD Internet Routing Daemon
  • Wiki
  • transition notes to bird 2

transition notes to bird 2 · Changes

Page history
Update transition notes to bird 2 authored Jan 16, 2018 by Ondřej Zajíček's avatar Ondřej Zajíček
Hide whitespace changes
Inline Side-by-side
transition-notes-to-bird-2.md
View page @ 98d84700
......@@ -71,7 +71,7 @@ protocol bgp {
}
```
This applies even when a channel is defined in a template, therefore it is not possible to 'modify' channel (inherited from template) in protocol definition. That would lead to two channels of the same type and therefore invalid configuration.
Since 2.0.1, channels inherited from template may be 'redefined' in protocol definition.
## BGP Export filter processing
......@@ -85,10 +85,14 @@ Global option *listen bgp* was removed. Use *strict bind* BGP option instead.
For BGP, many protocol options are now channel options, as they are limited to each AFI/SAFI represented by that channel. See documentation for details.
External BGP now requires explicit configuration of import and export policies (import and export filters in channels).
OSPF and RIP use ECMP and link detection by default. Also direct BGP uses link detection by default.
Babel protocol interface options *hello interval* and *update interval* now require time units (*s*, *ms*) and have sub-second precision.
Pipe protocol now by default propagates routes in both direction (like with `import all; export all;`).
On Linux, default value for kernel option *metric* was changed to 32.
Kernel option *device routes* was removed. Device routes are handled as regular router.
......
Clone repository
  • BGP_example_1
  • BGP_example_2
  • BGP_filtering
  • Command_interface_examples
  • Examples
  • FAQ
  • OSPF_example
  • Policy_routing
  • Related
  • Route_server_with_community_based_filtering_and_multiple_RIBs
  • Route_server_with_community_based_filtering_and_single_RIB
  • Simple_route_server
  • Home
  • transition notes to bird 2