]> www.tinc-vpn.org Git - tinc/blobdiff - src/net_setup.c
Quit when there are too many consecutive errors on the tun/tap device.
[tinc] / src / net_setup.c
index 9f0fd888067db646e2a699562f82ccc4e55742c4..f4e56378889c09c1d008cf51e05cb05fdb43b48c 100644 (file)
@@ -300,6 +300,7 @@ bool setup_myself(void) {
        myself->name = name;
        myself->connection->name = xstrdup(name);
        xasprintf(&fname, "%s/hosts/%s", confbase, name);
+       read_config_options(config_tree, name);
        read_config_file(config_tree, fname);
        free(fname);