From 9c07d5f7c452c7c8ae9987056d82a1d4a2de7d05 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 5 Dec 2022 17:39:20 +0200 Subject: [PATCH] BIRD instructions: Added IPv6 table declaration --- docs/routing/bird/bird.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/routing/bird/bird.md b/docs/routing/bird/bird.md index 5c75815..058d9d4 100644 --- a/docs/routing/bird/bird.md +++ b/docs/routing/bird/bird.md @@ -36,6 +36,24 @@ This will ensure that the routing daemon starts on boot. ## Configuration +TODO: Mention what configuration files we will be editing + +### Tables + +We need to define the routing tables that BIRD will use in its process to store the routes that we want to learn from other routers and also advertise. Such a definition looks as follows: + +``` +# Define the IPv6 BIRD table +ipv6 table crxn; +``` + +You can choose any name for the table you want but you will just need to remember it such that you can refer to it later when it is needed. + +--- + +Old stuff below WIP): + + TODO: Re-do this sections The configuration template is constructed out of the following files: