Common::FirewallRuleAction

Introduced : BIG-IP_v11.3.0
A list of Firewall rule actions.

Members

Member

Value

Description

FW_RULE_ACTION_UNKNOWN

0

The firewall rule action is unknown (or is unsupported by iControl).

FW_RULE_ACTION_ACCEPT

1

The system accepts the network traffic. The packet will be not be compared to any more firewall rules in the current context (but will be compared to rules in the next context, if appropriate).

FW_RULE_ACTION_ACCEPT_DECISIVELY

2

The system accepts the network traffic. The packet will be not be compared to any other firewall rules in any other context.

FW_RULE_ACTION_REJECT

3

The system drops the network traffic. For TCP based protocols a TCP reset is sent to the source. For other protocols FW_RULE_ACTION_REJECT is equivalent to FW_RULE_ACTION_DROP.

FW_RULE_ACTION_DROP

4

The system drops the network traffic silently. The packet will be not be compared to any other firewall rules.


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.