summaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/table/path.go
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@gmail.com>2019-04-12 22:40:27 +0900
committerFUJITA Tomonori <fujita.tomonori@gmail.com>2019-04-12 22:40:27 +0900
commit284ef3627d48bfa22afc4228c8f9cfdec737150e (patch)
tree17eb6a5d11b394131d383924760bf07613c6a7b2 /internal/pkg/table/path.go
parent0942793b79fb0ba2f9c5f3b1c79c489ad59c98b9 (diff)
table: delete unused reason in Path struct
Signed-off-by: FUJITA Tomonori <fujita.tomonori@gmail.com>
Diffstat (limited to 'internal/pkg/table/path.go')
-rw-r--r--internal/pkg/table/path.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/pkg/table/path.go b/internal/pkg/table/path.go
index 92aec66f..94925a9f 100644
--- a/internal/pkg/table/path.go
+++ b/internal/pkg/table/path.go
@@ -139,7 +139,6 @@ type Path struct {
dels []bgp.BGPAttrType
attrsHash uint32
aslooped bool
- reason BestPathReason
// For BGP Nexthop Tracking, this field shows if nexthop is invalidated by IGP.
IsNexthopInvalid bool