summaryrefslogtreecommitdiffstats
path: root/src/config.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.y')
-rw-r--r--src/config.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.y b/src/config.y
index 2bc4fed..dc0f1be 100644
--- a/src/config.y
+++ b/src/config.y
@@ -125,6 +125,7 @@ peer: maybe_string {
memset(&current_peer->address, 0, sizeof(fastd_peer_address));
+ current_peer->enabled = true;
current_peer->address.sa.sa_family = AF_UNSPEC;
}
;