1
0
mirror of https://gitee.com/willfree/mlsr.git synced 2026-06-05 18:09:27 +08:00

初始化RoutingTable结构体的参数及其方法

This commit is contained in:
free will
2022-05-09 17:25:58 +08:00
parent 2a60b65078
commit 840140b43e
2 changed files with 166 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ const (
TlvMlsrNextHop = 443
TlvMlsrNextHopList = 444
TlvMlsrRoutingTableEntry = 445
TlvMlsrRoutingTable = 446
)