Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Each rule contains one or more statements. Unless the rule is a
The following statements are supported:

- `accept` - stop evaluation and accept the packet
- `drop` - stop evaluation and accept the packet
- `drop` - stop evaluation and drop the packet
- `continue` - go to the next rule
- `return` - return from the current rule and continue with the next
rule in the previous chain
Expand Down