diff options
author | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-10-08 01:29:37 +0900 |
---|---|---|
committer | ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | 2015-10-08 01:46:11 +0900 |
commit | 64d2821d8bc27494dab0bf36418cb60ba9814e9c (patch) | |
tree | 9ac17b9a017ec56eaf068e5c57a321a4a73ac481 /docs | |
parent | fabadc3c7d1438848ecfbec36244fc222b163618 (diff) |
docs: update flowspec document
we support ipv6-flowspec
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/flowspec.md | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/sources/flowspec.md b/docs/sources/flowspec.md index c59989eb..6fbfb737 100644 --- a/docs/sources/flowspec.md +++ b/docs/sources/flowspec.md @@ -1,10 +1,8 @@ # Flowspec (RFC5575) -GoBGP supports [RFC5575](https://tools.ietf.org/html/rfc5575) and -[draft-ietf-idr-flowspec-redirect-rt-bis-05](http://tools.ietf.org/html/draft-ietf-idr-flowspec-redirect-rt-bis-05). - -Implementation of IPv6 flowspec ([draft-ietf-idr-flow-spec-v6-06](https://tools.ietf.org/html/draft-ietf-idr-flow-spec-v6-06)) -is future work. +GoBGP supports [RFC5575](https://tools.ietf.org/html/rfc5575), +[draft-ietf-idr-flowspec-redirect-rt-bis-05](http://tools.ietf.org/html/draft-ietf-idr-flowspec-redirect-rt-bis-05) +and [draft-ietf-idr-flow-spec-v6-06](https://tools.ietf.org/html/draft-ietf-idr-flow-spec-v6-06). ## Prerequisites @@ -40,7 +38,7 @@ afi-safi-list like below. CLI syntax to add flowspec is ```shell -% global rib add match <MATCH_EXPR> then <THEN_EXPR> -a ipv4-flowspec +% global rib add match <MATCH_EXPR> then <THEN_EXPR> -a [ipv4-flowspec|ipv6-flowspec] <MATCH_EXPR> : { destination <PREFIX> | source <PREFIX> | protocol <PROTO>... | fragment <FRAGMENT_TYPE> | tcp-flags <TCPFLAG>... | { port | destination-port | source-port | icmp-type | icmp-code | packet-length | dscp } <ITEM>... }... |