From b96a7b180024f34bc67168a4a42d7e5b819d726a Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 22 Mar 2015 23:34:06 +0100 Subject: Add iface_persist config option (always true for now) --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.c') diff --git a/src/config.c b/src/config.c index 94c8980..e9d14c4 100644 --- a/src/config.c +++ b/src/config.c @@ -66,6 +66,7 @@ static void default_config(void) { conf.mtu = 1500; conf.mode = MODE_TAP; + conf.iface_persist = true; conf.secure_handshakes = true; conf.drop_caps = DROP_CAPS_ON; -- cgit v1.2.3