14 lines
347 B
Markdown
Raw Normal View History

# bird
> BIRD 互联网路由守护程序。
> 支持 BGP、OSPF、Babel 等协议的路由守护进程。
> 更多信息:<https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>。
- 使用特定配置文件启动 Bird
`bird -c {{路径/到/bird.conf}}`
- 以特定用户和组身份启动 Bird
`bird -u {{用户名}} -g {{组}}`