Newer
Older
package routingtable
import (
"github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/route"
)
// RouteTableClient is the interface that every type of RIB must implement
type RouteTableClient interface {
RemovePath(net.Prefix, *route.Path) bool
UpdateNewClient(RouteTableClient) error
RegisterWithOptions(RouteTableClient, ClientOptions)