summaryrefslogtreecommitdiffhomepage
path: root/docs/sources/evpn.md
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2018-03-30 13:51:51 +0900
committerIWASE Yusuke <iwase.yusuke0@gmail.com>2018-04-02 16:16:01 +0900
commit008f34053c87650c83946874980fa97179267149 (patch)
tree436e7a1a0eb4208a845b9bc710253af16e344f15 /docs/sources/evpn.md
parent79d264bfb008370a6af7ff42dc3962d0bf1ddf63 (diff)
*.md: Improvements for markdownlint
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs/sources/evpn.md')
-rw-r--r--docs/sources/evpn.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/sources/evpn.md b/docs/sources/evpn.md
index ddf80376..ab53fea1 100644
--- a/docs/sources/evpn.md
+++ b/docs/sources/evpn.md
@@ -253,7 +253,7 @@ Then the following example shows two OSS BGP implementations can interchange EVP
Topology:
-```
+```text
+------------+
| GoBGP (RR) |
+-----| AS 65000 |-----+
@@ -429,7 +429,7 @@ with eBGP and GoBGP interchanges EVPN routes from one YABGP peer to another.
Topology:
-```
+```text
+------------+
| GoBGP |
+-----| AS 65254 |-----+
@@ -501,7 +501,7 @@ In the REST request, you need to specify the `Authorization` header is `admin/ad
Request URL for sending UPDATE messages:
-```
+```text
POST http://10.0.0.1:8801/v1/peer/10.0.0.254/send/update
```
@@ -608,6 +608,7 @@ curl -X POST -u admin:admin -H 'Content-Type: application/json' http://10.0.0.1:
}
}'
```
+
EVPN type 4:
```bash