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

Struct CommunityCountCondition

internal/pkg/table/policy.go:2408–2411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2406}
2407
2408type CommunityCountCondition struct {
2409 count uint32
2410 operator AttributeComparison
2411}
2412
2413func (c *CommunityCountCondition) Type() ConditionType {
2414 return CONDITION_COMMUNITY_COUNT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected