summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index 5da6abe..1eda277 100644
--- a/src/config.c
+++ b/src/config.c
@@ -62,8 +62,11 @@ static void default_config(fastd_config *conf) {
conf->mtu = 1500;
conf->mode = MODE_TAP;
+
conf->protocol = &fastd_protocol_null;
conf->secret = NULL;
+ conf->rekey = 3600;
+
conf->peers = NULL;
conf->on_up = NULL;