e20e41
From 6eaafb18e56928881bae371ba8bb05ee93f55d54 Mon Sep 17 00:00:00 2001
e20e41
From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= <pemensik@redhat.com>
e20e41
Date: Tue, 14 Mar 2017 15:24:58 +0100
e20e41
Subject: [PATCH 2/2] Document real behaviour of labels with --interface
e20e41
e20e41
---
e20e41
 man/dnsmasq.8 | 12 +++++++-----
e20e41
 1 file changed, 7 insertions(+), 5 deletions(-)
e20e41
e20e41
diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
e20e41
index 523c823..6e93cf1 100644
e20e41
--- a/man/dnsmasq.8
e20e41
+++ b/man/dnsmasq.8
e20e41
@@ -203,12 +203,14 @@ or
e20e41
 options are given dnsmasq listens on all available interfaces except any
e20e41
 given in
e20e41
 .B \--except-interface
e20e41
-options. IP alias interfaces (eg "eth1:0") cannot be used with
e20e41
-.B --interface
e20e41
+options. IP alias interface names (eg "eth1:0") can be used only in
e20e41
+.B \--bind-interfaces
e20e41
 or
e20e41
-.B --except-interface
e20e41
-options, use --listen-address instead. A simple wildcard, consisting
e20e41
-of a trailing '*', can be used in 
e20e41
+.B \--bind-dynamic
e20e41
+mode. Use
e20e41
+.B \--listen-address
e20e41
+in the default mode instead. A simple wildcard, consisting of a trailing '*',
e20e41
+can be used in
e20e41
 .B \--interface 
e20e41
 and
e20e41
 .B \--except-interface
e20e41
-- 
e20e41
2.9.3
e20e41