From eff70c21375742b44ae5ebfd845dba38d0f3fcfc Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 27 Dec 2014 06:26:18 -0800 Subject: support IPv6_UC route family Signed-off-by: FUJITA Tomonori --- table/path_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'table/path_test.go') diff --git a/table/path_test.go b/table/path_test.go index b779c84b..786dad26 100644 --- a/table/path_test.go +++ b/table/path_test.go @@ -58,7 +58,7 @@ func TestPathIPv6GetDefault(t *testing.T) { func TestPathGetRouteFamily(t *testing.T) { pd := &PathDefault{routeFamily: RF_IPv6_UC} - rf := pd.getRouteFamily() + rf := pd.GetRouteFamily() assert.Equal(t, rf, RF_IPv6_UC) } -- cgit v1.2.3