Networking::FilterAction

Introduced : BIG-IP_v9.0
An enumeration of filter actions.

Members

Member

Value

Description

FILTER_ACTION_NONE

0

Invalid state.

FILTER_ACTION_ACCEPT

1

Accept the packet.

FILTER_ACTION_DISCARD

2

Drop the packet.

FILTER_ACTION_REJECT

3

Drop the packet and return an ICMP response to the sender indicating the packet was refused .

FILTER_ACTION_CONTINUE

4

No action. It can be used for pure accounting or logging purposes without making a decision on how to handle the traffic. Traffic matching this action will continue to be evaluated by the filter rule list, starting with the next rule in the list.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.