diff options
Diffstat (limited to 'docs/sources/flowspec.md')
-rw-r--r-- | docs/sources/flowspec.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/flowspec.md b/docs/sources/flowspec.md index 055aab6b..6c64cbdc 100644 --- a/docs/sources/flowspec.md +++ b/docs/sources/flowspec.md @@ -40,7 +40,7 @@ CLI syntax to add flowspec is protocol <PROTO>... | fragment <FRAGMENT_TYPE> | tcp-flags <TCPFLAG>... | { port | destination-port | source-port | icmp-type | icmp-code | packet-length | dscp } <ITEM>... }... <PROTO> : ipip, sctp, unknown, igmp, tcp, egp, rsvp, pim, icmp, igp, udp, gre, ospf - <FRAGMENT_TYPE> : not-a-fragment, is-a-fragment, first-fragment, last-fragment + <FRAGMENT_TYPE> : dont-fragment, is-fragment, first-fragment, last-fragment <TCPFLAG> : push, ack, urgent, fin, syn, rst <ITEM> : &?{<|>|=}<value> <THEN_EXPR> : { accept | discard | rate-limit <value> | redirect <RT> | mark <value> | action { sample | terminal | sample-terminal } | rt <RT>... }... |