TPolicyEntryAction

  • Base type Enumeration

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.