diff options
Diffstat (limited to 'table/path.go')
-rw-r--r-- | table/path.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/table/path.go b/table/path.go index 6812a184..df84645a 100644 --- a/table/path.go +++ b/table/path.go @@ -42,6 +42,7 @@ type Path struct { reason BestPathReason filtered map[string]PolicyDirection key string + Uuid []byte } func NewPath(source *PeerInfo, nlri bgp.AddrPrefixInterface, isWithdraw bool, pattrs []bgp.PathAttributeInterface, medSetByTargetNeighbor bool, timestamp time.Time, noImplicitWithdraw bool) *Path { |