From a207c90fe4544caa95d30ffaec5defee78ef6fd3 Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Sun, 24 Jan 2016 00:00:13 +0900 Subject: table: expose (*Destination).getRouteFamily() Signed-off-by: ISHIDA Wataru --- table/destination.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table/destination.go') 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 } -- cgit v1.2.3