1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/bird.md

14 lines
338 B
Markdown
Raw Normal View History

# bird
> BIRD Internet Routing Daemon.
> Routingdaemon met ondersteuning voor BGP, OSPF, Babel en anderen.
> Meer informatie: <https://bird.network.cz/>.
- Start Bird met een specifiek configuratiebestand:
`bird -c {{pad/naar/bird.conf}}`
- Start Bird als een specifieke gebruiker en groep:
`bird -u {{gebruikersnaam}} -g {{groep}}`