From 31eccf15a50fb3d2cf63632a8212a03e8a62423f Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 6 Dec 2022 10:56:13 +0200 Subject: [PATCH] BIRD: Syntax update --- docs/routing/bird/bird.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/routing/bird/bird.md b/docs/routing/bird/bird.md index 57f4a15..0e1ed36 100644 --- a/docs/routing/bird/bird.md +++ b/docs/routing/bird/bird.md @@ -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: ``` -protocol device { +protocol device +{ } ```