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 Dec 16, 2017 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 @ 0cc5baf6
......@@ -27,6 +27,7 @@ table xyz;
protocol ospf {
table xyz;
import all;
export where source = RTS_STATIC;
interface "eth*" { ... };
}
......@@ -39,6 +40,7 @@ ipv4 table xyz;
protocol ospf {
ipv4 {
table xyz;
import all;
export where source = RTS_STATIC;
};
interface "eth*" { ... };
......
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