1
0
mirror of https://gitee.com/willfree/mlsr.git synced 2026-06-17 15:40:24 +08:00

add 名称前缀表项

This commit is contained in:
free will
2022-06-09 15:59:20 +08:00
parent 5894ac326b
commit 19aae6745a
+16
View File
@@ -0,0 +1,16 @@
// Package route
// @Author: Wang Feng
// @Description:
// @Version: 0.1.0
// @Date: 2022/6/9 15:07
// @Copyright: MIN-Group;国家重大科技基础设施——未来网络北大实验室;深圳市信息论与未来网络重点实验室
//
package route
import "minlib/component"
type NamePrefixTableEntry struct {
m_namePrefix *component.Identifier
NextHopList
}