diff --git a/docs/routing/bird/bird.md b/docs/routing/bird/bird.md index cd3a160..4c6b201 100644 --- a/docs/routing/bird/bird.md +++ b/docs/routing/bird/bird.md @@ -24,6 +24,12 @@ can use: ```bash sudo apt install bird2 -y -``` +``` -You can confirm that the version of BIRD you installed is version 2 with the command `bird -v`. \ No newline at end of file +You can confirm that the version of BIRD you installed is version 2 with the command `bird -v`. If that shows the correct version number then continue to the next step: + +```bash +sudo systemctl enable --now bird +``` + +This will ensure that the routing daemon starts on boot. \ No newline at end of file diff --git a/docs/routing/bird/bird2_old.md b/docs/routing/bird/bird2_old.md index 183c61a..db5927e 100644 --- a/docs/routing/bird/bird2_old.md +++ b/docs/routing/bird/bird2_old.md @@ -5,6 +5,8 @@ This document aims to provide the configuration file template required for CRXN and along with a description of what parameters need to be set for your node specifically. + + ## Configuration The configuration template is constructed out of the following files: