commit | f7029f5c0887f81be3a7e3721eea2b247f00e0b7 | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Thu Nov 21 15:09:09 2013 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Thu Nov 21 15:10:02 2013 +0000 |
tree | 47d581ec0aeecb6403da1ce0b4cd3cb96a720e4b | |
parent | c50f25a3ea4bced5318e59fb1bcc5ca968a4d3af [diff] [blame] |
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)