diff options
Diffstat (limited to 'table/destination.go')
-rw-r--r-- | table/destination.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/table/destination.go b/table/destination.go index afac8e06..87f1f841 100644 --- a/table/destination.go +++ b/table/destination.go @@ -165,7 +165,7 @@ func (dd *Destination) ToApiStruct(id string) *api.Destination { } } -func (dd *Destination) getRouteFamily() bgp.RouteFamily { +func (dd *Destination) Family() bgp.RouteFamily { return dd.routeFamily } |