Added instructions to make BIRD start on boot
This commit is contained in:
parent
79941f5652
commit
f607986322
|
@ -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`.
|
||||
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.
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue