diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2015-12-16 15:30:44 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2015-12-20 13:04:07 +0100 |
commit | 9656dce72eead158e6da3ad560720bb0addfe7e2 (patch) | |
tree | 190bdc886af4a3e80cbffee3becc3562412a2ee9 /conf/conf.c | |
parent | aedd3a6babbaf35becb7770f73f30b20b464393f (diff) |
ROA code switchoff
Diffstat (limited to 'conf/conf.c')
-rw-r--r-- | conf/conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/conf.c b/conf/conf.c index 1bb744c3..9eea5664 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -135,7 +135,7 @@ config_parse(struct config *c) sysdep_preconfig(c); protos_preconfig(c); rt_preconfig(c); - roa_preconfig(c); +/* roa_preconfig(c); */ cf_parse(); protos_postconfig(c); if (EMPTY_LIST(c->protos)) @@ -266,7 +266,7 @@ config_do_commit(struct config *c, int type) force_restart |= global_commit(c, old_config); DBG("rt_commit\n"); rt_commit(c, old_config); - roa_commit(c, old_config); +/* roa_commit(c, old_config); */ DBG("protos_commit\n"); protos_commit(c, old_config, force_restart, type); |