diff options
Diffstat (limited to 'table/destination.go')
-rw-r--r-- | table/destination.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/table/destination.go b/table/destination.go index 06bab95c..73cae66c 100644 --- a/table/destination.go +++ b/table/destination.go @@ -46,6 +46,7 @@ type PeerInfo struct { VersionNum int LocalID net.IP RF bgp.RouteFamily + Address net.IP } type Destination interface { |