summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/flowspec.md
diff options
context:
space:
mode:
authorSatoshi Fujimoto <satoshi.fujimoto7@gmail.com>2017-05-12 10:04:09 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-05-23 11:11:10 +0900
commit87fe4fa604fff41c4d930f128e91a58c0fa1ead4 (patch)
treecbcf4289c9831fc4ae86ddd86ce6a0d03f6cd395 /docs/sources/flowspec.md
parent7497ce7eb7e19be757a5b46aeacf11c4271dc1f6 (diff)
cli: Add User Interface for Redirect-IPv6 action
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
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