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

Struct AsPathCondition

internal/pkg/table/policy.go:2108–2111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2106}
2107
2108type AsPathCondition struct {
2109 set *AsPathSet
2110 option MatchOption
2111}
2112
2113func (c *AsPathCondition) Type() ConditionType {
2114 return CONDITION_AS_PATH

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected