diff options
author | Serguei Bezverkhi <sbezverk@cisco.com> | 2020-12-01 08:46:40 -0500 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2020-12-02 07:21:01 +0900 |
commit | 57068b16fd3993752f1db675acad51f1ebcbff4e (patch) | |
tree | b26be47ba459f7781ca8db42e526aa89f60a1690 /docs | |
parent | ffe50e85d4ab60bd9ae563979988ee3ebca5efa0 (diff) |
Add documentation, fix typo in proto and add marshal for tunne encal sub tlvs
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/lib-srpolicy.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/sources/lib-srpolicy.md b/docs/sources/lib-srpolicy.md index 5f673588..6a8b1bb0 100644 --- a/docs/sources/lib-srpolicy.md +++ b/docs/sources/lib-srpolicy.md @@ -2,6 +2,9 @@ This page explains how to use GoBGP for Injecting SR Policy. This example shows how to build new SR Policy NLRI and associated with NLRI attributes. This attributes are sent as Tunnel Encapsulation of type 15 (SR Policy) SUB TLV's. +**Note:** +Revision **11** of the draft is currently implemented in gobgp. Once draft becomes RFC, the implementation will be updated to reflect RFC changes. Here is the link to the draft [Advertising Segment Routing Policies in BGP](https://tools.ietf.org/html/draft-ietf-idr-segment-routing-te-policy-11) + ## Contents - [Basic SR Policy Example](#basic-srpolicy-example) |