summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-11-06 11:36:08 +0900
committerIWASE Yusuke <iwase.yusuke0@gmail.com>2017-11-07 14:50:35 +0900
commitf4708f8099e7e31d56191720016e745bcadd8e83 (patch)
tree5b5c139f6e714e752a333cad82a88b9cf192bc20
parent92793f371dbb0e48075287c39bdcf6ee74e85164 (diff)
docs: Update table of contents of evpn.md
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
-rw-r--r--docs/sources/evpn.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/sources/evpn.md b/docs/sources/evpn.md
index 2ae75c68..11cc1831 100644
--- a/docs/sources/evpn.md
+++ b/docs/sources/evpn.md
@@ -5,10 +5,14 @@ still very experimental.
## Contents
-- [BaGpipe](#bagpipe)
+- [BaGPipe](#bagpipe)
+ - [Configuration](#configuration)
+ - [Advertising EVPN route](#advertising-evpn-route)
- [YABGP](#yabgp)
+ - [Configuration](#configuration-1)
+ - [Advertising EVPN route](#advertising-evpn-route-1)
-## <a name="bagpipe"> BaGPipe
+## BaGPipe
This example uses [BaGPipe
BGP](https://github.com/Orange-OpenSource/bagpipe-bgp). GoBGP receives
@@ -114,7 +118,7 @@ match:L2VPN/evpn,*:
* target:65000:77
```
-## <a name="yabgp"> YABGP
+## YABGP
Just like the last example, this example uses [YABGP](https://github.com/smartbgp/yabgp). GoBGP receives
routes from one YABGP peer and advertises it to another YABGP peer.