From bc1d2b09494ad0fe247970222275b802853cbce3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Sun, 12 Mar 2023 06:22:21 -0800 Subject: [PATCH] bird: initial creation (#9928) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- pages/common/bird.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/bird.md diff --git a/pages/common/bird.md b/pages/common/bird.md new file mode 100644 index 0000000000..61d97ee58d --- /dev/null +++ b/pages/common/bird.md @@ -0,0 +1,13 @@ +# bird + +> BIRD Internet Routing Daemon. +> Routing daemon with support for BGP, OSPF, Babel and others. +> More information: . + +- Start Bird with a specific configuration file: + +`bird -c {{path/to/bird.conf}}` + +- Start Bird as a specific user and group: + +`bird -u {{username}} -g {{group}}`