diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-12-01 13:54:42 +0900 |
---|---|---|
committer | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-12-05 11:44:47 +0900 |
commit | c7618602604dead3716b7babd9e3bc2b4fc629ce (patch) | |
tree | cdf4487aaf2158b2d7c5e4611729ea7a92502d03 /docs/sources/cli-command-syntax.md | |
parent | 4508b65842c01ff93abf83017b3658810c6a75d7 (diff) |
flowspec.md: Update for the details of CLI syntax
This patch updates the documents for the FlowSpec along with the
improvements of the CLI command implementation.
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs/sources/cli-command-syntax.md')
-rw-r--r-- | docs/sources/cli-command-syntax.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/cli-command-syntax.md b/docs/sources/cli-command-syntax.md index 580eb323..8ef944e5 100644 --- a/docs/sources/cli-command-syntax.md +++ b/docs/sources/cli-command-syntax.md @@ -90,7 +90,7 @@ The following options can be specified in the global subcommand: |--------|---------------|--------------------------------------------|---------| |a |address-family |specify any one from among `ipv4`, `ipv6`, `vpnv4`, `vpnv6`, `ipv4-labeled`, `ipv6-labeled`, `evpn`, `encap`, `rtc`, `ipv4-flowspec`, `ipv6-flowspec`, `l2vpn-flowspec`, `opaque` | `ipv4` | -<br> +For the `*-flowspec` address family, see also [CLI Syntax for Flow Specification](flowspec.md#cli-syntax) ## 2. <a name="neighbor"> neighbor subcommand ### 2.1. Show Neighbor Status |