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 b2c9bb55..7cfe37b0 100644 --- a/table/path.go +++ b/table/path.go @@ -40,6 +40,7 @@ type Path struct { IsFromZebra bool Filtered bool Owner net.IP + reason BestPathReason } func NewPath(source *PeerInfo, nlri bgp.AddrPrefixInterface, isWithdraw bool, pattrs []bgp.PathAttributeInterface, medSetByTargetNeighbor bool, timestamp time.Time, noImplicitWithdraw bool) *Path { |