From 70cf4c3742c747b9a40b73553f0f52ee485a9451 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 6 Dec 2022 10:57:43 +0200 Subject: [PATCH] BIRD: Added CRXN inclusion --- docs/routing/bird/bird.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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