diff options
-rw-r--r-- | table/path.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/table/path.go b/table/path.go index 35fb1b58..d5dbf7f5 100644 --- a/table/path.go +++ b/table/path.go @@ -93,11 +93,11 @@ type originInfo struct { nlri bgp.AddrPrefixInterface source *PeerInfo timestamp time.Time - noImplicitWithdraw bool validation *Validation - isFromExternal bool key string uuid uuid.UUID + noImplicitWithdraw bool + isFromExternal bool eor bool stale bool } |