summaryrefslogtreecommitdiffstats
path: root/src/fastd.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-16 20:37:16 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-16 20:37:16 +0200
commit8ff7026b0e96234ea364a51f0174ecf49cf8bed3 (patch)
treea95f7ffe52ff1fc339f04121a2cf817338b4dd78 /src/fastd.h
parent118ebb9d65b44fb734aee3ebd31ecdaffd38c615 (diff)
downloadfastd-8ff7026b0e96234ea364a51f0174ecf49cf8bed3.tar
fastd-8ff7026b0e96234ea364a51f0174ecf49cf8bed3.zip
Add `secure handshakes' option (without effect for now)
Not setting the option produces a warning (so not having it set is deprecated now), so we can change the default from no to yes in a few release cycles.
Diffstat (limited to 'src/fastd.h')
-rw-r--r--src/fastd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastd.h b/src/fastd.h
index 17ae0fa..4c8dcae 100644
--- a/src/fastd.h
+++ b/src/fastd.h
@@ -198,6 +198,8 @@ struct fastd_config {
bool forward;
fastd_tristate_t pmtu;
+ bool secure_handshakes_set;
+ bool secure_handshakes;
fastd_drop_caps_t drop_caps;