From 4af2f4b7d59ad0173ac7e11ca781981fd3f97546 Mon Sep 17 00:00:00 2001 From: IWASE Yusuke Date: Wed, 21 Jun 2017 09:07:40 +0900 Subject: server: Implement TTL security This patch enable to configure Generalized TTL Security Mechanism (GTSM). Signed-off-by: IWASE Yusuke --- docs/sources/configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/sources/configuration.md b/docs/sources/configuration.md index 441cade2..e308b3ab 100644 --- a/docs/sources/configuration.md +++ b/docs/sources/configuration.md @@ -131,6 +131,12 @@ default-in-policy = "reject-route" [neighbors.route-server.config] route-server-client = true + # To enable TTL Security, uncomment the following. + # Please note that this feature is mututally exclusive with + # "neighbors.ebgp-multihop.config". + #[neighbors.ttl-security.config] + # enabled = true + # ttl-min = 255 # 255 means directly connected [[peer-groups]] [peer-groups.config] -- cgit v1.2.3