mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 09:55:23 +02:00
bird: initial creation (#9928)
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
0011a2ea46
commit
bc1d2b0949
1 changed files with 13 additions and 0 deletions
13
pages/common/bird.md
Normal file
13
pages/common/bird.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# bird
|
||||
|
||||
> BIRD Internet Routing Daemon.
|
||||
> Routing daemon with support for BGP, OSPF, Babel and others.
|
||||
> More information: <https://bird.network.cz/>.
|
||||
|
||||
- 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}}`
|
Loading…
Add table
Reference in a new issue