summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 00:37:36 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 00:37:36 +0100
commit9a4b384053edf673f97dc60d82e1d897a70bd293 (patch)
treebc5a1515d30d6e1b8b903f2cc5c6126fee128e6c /src/fastd.c
parentfe3433784f55ece5690746d1921b1d8f333d249e (diff)
downloadfastd-9a4b384053edf673f97dc60d82e1d897a70bd293.tar
fastd-9a4b384053edf673f97dc60d82e1d897a70bd293.zip
Configure static peers before capabilities are dropped
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fastd.c b/src/fastd.c
index 69efca5..af6d147 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -548,6 +548,7 @@ static inline void init(int argc, char *argv[]) {
drop_caps();
on_up(ctx.iface);
+ fastd_configure_peers();
if (conf.drop_caps == DROP_CAPS_ON)
drop_caps();