From 64d2821d8bc27494dab0bf36418cb60ba9814e9c Mon Sep 17 00:00:00 2001 From: ISHIDA Wataru Date: Thu, 8 Oct 2015 01:29:37 +0900 Subject: docs: update flowspec document we support ipv6-flowspec Signed-off-by: ISHIDA Wataru --- docs/sources/flowspec.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs') 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 then -a ipv4-flowspec +% global rib add match then -a [ipv4-flowspec|ipv6-flowspec] : { destination | source | protocol ... | fragment | tcp-flags ... | { port | destination-port | source-port | icmp-type | icmp-code | packet-length | dscp } ... }... -- cgit v1.2.3