| 75 | } |
| 76 | |
| 77 | type predicate struct { |
| 78 | typ sourcePred |
| 79 | nets *netipx.IPSet |
| 80 | } |
| 81 | |
| 82 | func New() routing.PredicateSpec { return &spec{typ: source} } |
| 83 | func NewFromLast() routing.PredicateSpec { return &spec{typ: sourceFromLast} } |
nothing calls this directly
no outgoing calls
no test coverage detected