diff options
author | Yi Tseng <a86487817@gmail.com> | 2016-05-15 17:20:13 +0800 |
---|---|---|
committer | Yi Tseng <a86487817@gmail.com> | 2016-05-15 17:20:13 +0800 |
commit | 03c5cb31af13a2c07ceddd020e5b3471f74763ef (patch) | |
tree | 67191de54d482000ea38cd3804259d7730521551 /docs/sources | |
parent | 5b2020b0114504124325417211449eec3dc2e442 (diff) |
Add remote-port to configuration example
Diffstat (limited to 'docs/sources')
-rw-r--r-- | docs/sources/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index 9f50bae5..44830c58 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -54,6 +54,7 @@ [neighbors.transport.config] passive-mode = true local-address = "192.168.10.1" + remote-port = 2016 [neighbors.ebgp-multihop.config] enabled = true multihop-ttl = 100 |