summaryrefslogtreecommitdiffhomepage
path: root/table/path_test.go
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-12-27 06:26:18 -0800
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-12-27 06:27:00 -0800
commiteff70c21375742b44ae5ebfd845dba38d0f3fcfc (patch)
treeb9d6cceaa69fc74250265f2df2262e65fe23ebda /table/path_test.go
parentf5447b5599060a60acbf61ab7310807d85799628 (diff)
support IPv6_UC route family
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'table/path_test.go')
-rw-r--r--table/path_test.go2
1 files changed, 1 insertions, 1 deletions
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)
}