summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/flowspec.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sources/flowspec.md')
-rw-r--r--docs/sources/flowspec.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/sources/flowspec.md b/docs/sources/flowspec.md
index bb498a48..da7d17f0 100644
--- a/docs/sources/flowspec.md
+++ b/docs/sources/flowspec.md
@@ -52,7 +52,7 @@ CLI syntax to add ipv4/ipv6 flowspec rule is
<TCPFLAG> : U, C, E, F, S, R, P, A
<ITEM> : &?{<|>|>=|<=|==|!=}<value>
<THEN_EXPR> : { accept | discard | rate-limit <value> | redirect <RT> | mark <value> | action { sample | terminal | sample-terminal } | rt <RT>... }...
- <RT> : xxx:yyy, xx.xx.xx.xx:yyy, xxx.xxx:yyy
+ <RT> : xxx:yyy, xx.xx.xx.xx:yyy, xxx.xxx:yyy, <ipv6_address>:yyy
```
that for l2vpn flowspec rule is
@@ -63,7 +63,7 @@ that for l2vpn flowspec rule is
<ETHER_TYPE> : arp, vmtp, ipx, snmp, net-bios, xtp, pppoe-discovery, ipv4, rarp, ipv6, pppoe-session, loopback, apple-talk, aarp
<ITEM> : &?{<|>|>=|<=|==|!=}<value>
<THEN_EXPR> : { accept | discard | rate-limit <value> | redirect <RT> | mark <value> | action { sample | terminal | sample-terminal } | rt <RT>... }...
- <RT> : xxx:yyy, xx.xx.xx.xx:yyy, xxx.xxx:yyy
+ <RT> : xxx:yyy, xx.xx.xx.xx:yyy, xxx.xxx:yyy, <ipv6_address>:yyy
```
### Decimal values and Operators