From 1ab03bafc5ae50a3480421f526b9e50257913b5d Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 6 Dec 2022 12:03:11 +0200 Subject: [PATCH] BIRD: Added comment for optional parameters for the `device` protocol --- docs/routing/bird/bird.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/routing/bird/bird.md b/docs/routing/bird/bird.md index f6c5fdd..1a47647 100644 --- a/docs/routing/bird/bird.md +++ b/docs/routing/bird/bird.md @@ -70,6 +70,7 @@ All that is required for this protocol to work is the following: ``` protocol device { + # Optional parameters go here } ```