diff --git a/docs/routing/bird/bird.md b/docs/routing/bird/bird.md index 0e1ed36..f6c5fdd 100644 --- a/docs/routing/bird/bird.md +++ b/docs/routing/bird/bird.md @@ -75,9 +75,17 @@ protocol device You can adjust [scan times and such](https://bird.network.cz/?get_doc&v=20&f=bird-6.html#ss6.4) but the kernel normally will signal any changes to BIRD. +#### Includes + +BIRD allows one to source configuration file contents from other files. Seeing that we will configure the CRXN-specific parts next we will want to include that file in the main entry file (`bird.conf`), this can be accomplished by placing this line at the bottom of said file: + +``` +include "/etc/crxn.conf"; +``` + ### CRXN-specific setup -TODO: Do this +The below sections all apply to the CRXN-specific configuration and are to be placed in the file `/etc/crxn.conf`. ### Tables