BIRD: Added CRXN inclusion

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-06 10:57:43 +02:00
parent 31eccf15a5
commit 70cf4c3742
1 changed files with 9 additions and 1 deletions

View File

@ -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