Newer
Older
package filter
import (
"github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/route"
)
type Then interface {
Do(p net.Prefix, pa *route.Path) (modPath *route.Path, reject bool)
package filter
import (
"github.com/bio-routing/bio-rd/net"
"github.com/bio-routing/bio-rd/route"
)
type Then interface {
Do(p net.Prefix, pa *route.Path) (modPath *route.Path, reject bool)