mirror of
http://deavmi.assigned.network/git/CRXN/docs
synced 2025-05-16 23:26:18 +00:00
BIRD: Added CRXN inclusion
This commit is contained in:
parent
31eccf15a5
commit
70cf4c3742
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user