Extend /4 and /6 syntax to --interface-name
diff --git a/src/dnsmasq.c b/src/dnsmasq.c
index a701ab5..4c8cf8a 100644
--- a/src/dnsmasq.c
+++ b/src/dnsmasq.c
@@ -636,7 +636,10 @@
   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)