Removes a previously configured IP filter.
clearipfilter -f filter_set_number -d direction -n filter_number
-f | Filter set number. 0 = default, 1 = custom1, 2 = custom2. |
|---|---|
-d | Direction. 0 = incoming, 1 = outgoing. |
-n | Filter number (1..16). |
clearipfilter -f 1 -d 1 -n 4
This command will remove the 4th outgoing filter in the custom1 IP filter set.