From 9a4b384053edf673f97dc60d82e1d897a70bd293 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 23 Mar 2015 00:37:36 +0100 Subject: Configure static peers before capabilities are dropped --- src/fastd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/fastd.c') 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(); -- cgit v1.2.3