summaryrefslogtreecommitdiffhomepage
path: root/table/path.go
diff options
context:
space:
mode:
Diffstat (limited to 'table/path.go')
-rw-r--r--table/path.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/table/path.go b/table/path.go
index b07c01e1..b0f21e04 100644
--- a/table/path.go
+++ b/table/path.go
@@ -86,6 +86,7 @@ type Path struct {
parent *Path
dels []bgp.BGPAttrType
filtered map[string]PolicyDirection
+ VrfIds []uint16
}
func NewPath(source *PeerInfo, nlri bgp.AddrPrefixInterface, isWithdraw bool, pattrs []bgp.PathAttributeInterface, timestamp time.Time, noImplicitWithdraw bool) *Path {