summaryrefslogtreecommitdiffhomepage
path: root/docs/sources
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-06-16 09:40:12 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-06-23 18:13:19 +0900
commitbb562572bc24b8b98a55327c582991ce2b9c20af (patch)
tree043013ee05f9cbdedea382e8a99830e414289af7 /docs/sources
parentbc3e06a55fbebd391525d8ce13f84e59cfe8060e (diff)
server: Enable to configure static TTL for BGP packets
Like "ttl" configuration of Junos OS, this patch enables to set static TTL value for outgoing BGP packets. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs/sources')
-rw-r--r--docs/sources/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md
index e308b3ab..71e654fb 100644
--- a/docs/sources/configuration.md
+++ b/docs/sources/configuration.md
@@ -65,6 +65,7 @@
passive-mode = true
local-address = "192.168.10.1"
remote-port = 2016
+ ttl = 64 # default value on Linux
[neighbors.ebgp-multihop.config]
enabled = true
multihop-ttl = 100