1
0
mirror of https://gitee.com/willfree/mlsr.git synced 2026-06-05 22:39:31 +08:00

补充实现RoutingTableEntry

This commit is contained in:
free will
2022-05-07 19:51:19 +08:00
parent c745ba56e6
commit 2a60b65078
3 changed files with 131 additions and 2 deletions
+2
View File
@@ -38,5 +38,7 @@ const (
TlvMlsrRouteCost = 442
TlvMlsrNextHop = 443
TlvMlsrNextHopList = 444
TlvMlsrRoutingTableEntry = 445
)