From 5838a1473074470385b205905b6143cd8913a0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20K=C3=BCthe?= Date: Wed, 4 Jan 2023 18:15:15 +0100 Subject: [PATCH] remove float yes; as it is not mandory if the source address is configured correctly and it removes one security mechanism MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marek Küthe --- docs/tunneling/fastd.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/tunneling/fastd.md b/docs/tunneling/fastd.md index a4c5ebc..9c95d1d 100644 --- a/docs/tunneling/fastd.md +++ b/docs/tunneling/fastd.md @@ -47,7 +47,6 @@ peer "" remote "" port ; key ""; interface "$INTERFACE"; - float yes; } ```