BIRD: Syntax update

This commit is contained in:
Tristan B. Velloza Kildaire 2022-12-06 10:56:13 +02:00
parent 70300cff46
commit 31eccf15a5
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ BIRD supports many protocols which are used to import routing data from and expo
All that is required for this protocol to work is the following: All that is required for this protocol to work is the following:
``` ```
protocol device { protocol device
{
} }
``` ```