summaryrefslogtreecommitdiffstats
path: root/conf/conf.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-13 19:42:00 +0100
committerMartin Mares <mj@ucw.cz>1999-02-13 19:42:00 +0100
commit4e9498cbb171d52e2f3015d3e9d6c7b1b7205e27 (patch)
tree1a65ae5e77e34f43611469568aa1c1ed2010b158 /conf/conf.c
parent67bd949a520151a5ab50090d02617adc4960868c (diff)
downloadbird-4e9498cbb171d52e2f3015d3e9d6c7b1b7205e27.tar
bird-4e9498cbb171d52e2f3015d3e9d6c7b1b7205e27.zip
config->router_id works again.
Diffstat (limited to 'conf/conf.c')
-rw-r--r--conf/conf.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/conf.c b/conf/conf.c
index 06cd3d1..dd85735 100644
--- a/conf/conf.c
+++ b/conf/conf.c
@@ -50,10 +50,6 @@ config_parse(struct config *c)
cf_lex_init_tables();
protos_preconfig(c);
cf_parse();
-#if 0 /* FIXME: We don't have interface list yet :( */
- if (!c->router_id && !(c->router_id = auto_router_id()))
- cf_error("Cannot determine router ID (no suitable network interface found), please configure it manually");
-#endif
filters_postconfig(); /* FIXME: Do we really need this? */
protos_postconfig(c);
return 1;