Blame SOURCES/dnsmasq-2.76-label-man.patch

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