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