From e97594e0218584d766eaaa5822bb58bd26a7bb9d Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Thu, 25 Feb 2016 18:28:21 +0900 Subject: 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 --- docs/sources/flowspec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/sources/flowspec.md') 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 ... | fragment | tcp-flags ... | { port | destination-port | source-port | icmp-type | icmp-code | packet-length | dscp } ... }... : ipip, sctp, unknown, igmp, tcp, egp, rsvp, pim, icmp, igp, udp, gre, ospf - : not-a-fragment, is-a-fragment, first-fragment, last-fragment + : dont-fragment, is-fragment, first-fragment, last-fragment : push, ack, urgent, fin, syn, rst : &?{<|>|=} : { accept | discard | rate-limit | redirect | mark | action { sample | terminal | sample-terminal } | rt ... }... -- cgit v1.2.3