Enumeration RuleTypes

Rule special values.

Enumeration Members

Enumeration Members

Blackhole: "blackhole"

The rule prescribes to silently drop the packet.

Nat: "nat"

The rule prescribes to translate the source address of the IP packet into some other value.

Prohibit: "prohibit"

The rule prescribes to generate 'Communication is administratively prohibited' error.

Unicast: "unicast"

The rule prescribes to return the route found in the routing table referenced by the rule.

Unreachable: "unreachable"

The rule prescribes to generate a 'Network is unreachable' error.

Generated using TypeDoc