diff --git a/routingtable/client_manager_test.go b/routingtable/client_manager_test.go index 674a9a4ebd8ed8b0a691db6613eb4a931a606838..22da0c5912c6eceb9ecdbc29024fcc1603a6e032 100644 --- a/routingtable/client_manager_test.go +++ b/routingtable/client_manager_test.go @@ -22,6 +22,12 @@ func (m MockClient) RemovePath(net.Prefix, *route.Path) bool { func (m MockClient) UpdateNewClient(RouteTableClient) error { return nil } +func (m MockClient) Register(RouteTableClient) { + return +} +func (m MockClient) Unregister(RouteTableClient) { + return +} func TestClients(t *testing.T) { tests := []struct {