Extend /4 and /6 syntax to --interface-name

This commit is contained in:
Simon Kelley
2013-11-21 15:09:09 +00:00
parent c50f25a3ea
commit f7029f5c08
5 changed files with 38 additions and 8 deletions

View File

@@ -636,7 +636,10 @@ int main (int argc, char **argv)
if (bind_fallback)
my_syslog(LOG_WARNING, _("setting --bind-interfaces option because of OS limitations"));
warn_bound_listeners();
if (option_bool(OPT_NOWILD))
warn_bound_listeners();
warn_int_names();
if (!option_bool(OPT_NOWILD))
for (if_tmp = daemon->if_names; if_tmp; if_tmp = if_tmp->next)