diff options
Diffstat (limited to 'table/path.go')
-rw-r--r-- | table/path.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/table/path.go b/table/path.go index 4704758e..b36f07eb 100644 --- a/table/path.go +++ b/table/path.go @@ -146,7 +146,6 @@ type Path struct { reason BestPathReason parent *Path dels []bgp.BGPAttrType - VrfIds []uint16 // For BGP Nexthop Tracking, this field shows if nexthop is invalidated by IGP. IsNexthopInvalid bool } |