diff options
Diffstat (limited to 'conf/conf.c')
-rw-r--r-- | conf/conf.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/conf.c b/conf/conf.c index 825a8e9f..1bb744c3 100644 --- a/conf/conf.c +++ b/conf/conf.c @@ -140,10 +140,10 @@ config_parse(struct config *c) protos_postconfig(c); if (EMPTY_LIST(c->protos)) cf_error("No protocol is specified in the config file"); -#ifdef IPV6 + /* XXXX */ if (!c->router_id) - cf_error("Router ID must be configured manually on IPv6 routers"); -#endif + cf_error("Router ID must be configured manually"); + done = 1; cleanup: |