| 2459 | } |
| 2460 | |
| 2461 | type AsPathLengthCondition struct { |
| 2462 | length uint32 |
| 2463 | operator AttributeComparison |
| 2464 | } |
| 2465 | |
| 2466 | func (c *AsPathLengthCondition) Type() ConditionType { |
| 2467 | return CONDITION_AS_PATH_LENGTH |
nothing calls this directly
no outgoing calls
no test coverage detected