From 66ac5a1051267c5d915461a2556ef33e8ac9e670 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 19 Mar 2016 22:11:20 +0900 Subject: packet: support flowspec "not-a-fragment" fragment type Signed-off-by: FUJITA Tomonori --- docs/sources/flowspec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/sources/flowspec.md b/docs/sources/flowspec.md index 6c64cbdc..97ab2a85 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 - : dont-fragment, is-fragment, first-fragment, last-fragment + : dont-fragment, is-fragment, first-fragment, last-fragment, not-a-fragment : push, ack, urgent, fin, syn, rst : &?{<|>|=} : { accept | discard | rate-limit | redirect | mark | action { sample | terminal | sample-terminal } | rt ... }... -- cgit v1.2.3