update frr docker

This commit is contained in:
2025-09-19 16:59:31 +08:00
parent 2fbe2c4394
commit 0db290eec5
2 changed files with 39 additions and 4 deletions

View File

@@ -169,7 +169,16 @@ interface eth1
ip rip receive version 2
```
```bash
redistribute kernel # 内核路由(包括静态、策略、直连等)
redistribute connected # 直连接口网段
redistribute static # 静态路由
redistribute ospf # OSPF 路由
redistribute rip # RIP 路由
redistribute bgp # BGP 路由
redistribute isis # ISIS 路由(如有)
```
### 常用命令