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

Struct AsPathLengthCondition

internal/pkg/table/policy.go:2461–2464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2459}
2460
2461type AsPathLengthCondition struct {
2462 length uint32
2463 operator AttributeComparison
2464}
2465
2466func (c *AsPathLengthCondition) Type() ConditionType {
2467 return CONDITION_AS_PATH_LENGTH

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected