MCPcopy
hub / github.com/osrg/gobgp / PrefixCondition

Struct PrefixCondition

internal/pkg/table/policy.go:1969–1972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1967}
1968
1969type PrefixCondition struct {
1970 set *PrefixSet
1971 option MatchOption
1972}
1973
1974func (c *PrefixCondition) Type() ConditionType {
1975 return CONDITION_PREFIX

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected