TPolicyEntryAction
Action to take when route matches the entry's match criteria. accept(1) - perform the accept-action modifications, advertise the route, do not evaluate any more policy entries. reject(2) - do not advertise the route, do not evaluate any more policy entries. continue(3) - perform the accept-action modifications, evaluate the next policy entry in the policy statement. nextPolicy(4) - perform the accept-action modifications, evaluate the next policy statement.
Possible values
5 objects| Number | Name |
|---|---|
| 0 | none |
| 1 | accept |
| 2 | reject |
| 3 | continue |
| 4 | nextPolicy |