From bb562572bc24b8b98a55327c582991ce2b9c20af Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Fri, 16 Jun 2017 09:40:12 +0900 Subject: 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 --- docs/sources/configuration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/sources/configuration.md') 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 -- cgit v1.2.3