diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2017-06-21 09:07:40 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-06-23 18:13:19 +0900 |
commit | 4af2f4b7d59ad0173ac7e11ca781981fd3f97546 (patch) | |
tree | 884128c51ede30d9d595280465bdfbde4f0c409d /docs | |
parent | 613d8a1e9378bf13ffe98b72d6c2b8069c282003 (diff) |
server: Implement TTL security
This patch enable to configure Generalized TTL Security Mechanism
(GTSM).
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/configuration.md | 6 |
1 files changed, 6 insertions, 0 deletions
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] |