diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-25 18:28:21 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-02-25 18:28:21 +0900 |
commit | e97594e0218584d766eaaa5822bb58bd26a7bb9d (patch) | |
tree | 73c10da16d5e0dbed1cdca8841fff0799ecf0d4c /docs | |
parent | 633e14d4d768766b6f74236415661f364778daa1 (diff) |
packet: fix strange flow spec fragment keywords
"not-a-fragment" and "is-a-fragment" are renamed to "dont-fragment"
and "is-fragment" respectively.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'docs')
-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>... }... |