mirror of
https://gitee.com/willfree/mlsr.git
synced 2026-06-17 15:40:24 +08:00
add 名称前缀表项
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user