Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-integ / recipes-support / dnsmasq / dnsmasq / stx / dnsmasq-2.76-label-man.patch
1 From 6eaafb18e56928881bae371ba8bb05ee93f55d54 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= <pemensik@redhat.com>
3 Date: Tue, 14 Mar 2017 15:24:58 +0100
4 Subject: [PATCH 2/2] Document real behaviour of labels with --interface
5
6 ---
7  man/dnsmasq.8 | 12 +++++++-----
8  1 file changed, 7 insertions(+), 5 deletions(-)
9
10 diff --git a/man/dnsmasq.8 b/man/dnsmasq.8
11 index 523c823..6e93cf1 100644
12 --- a/man/dnsmasq.8
13 +++ b/man/dnsmasq.8
14 @@ -203,12 +203,14 @@ or
15  options are given dnsmasq listens on all available interfaces except any
16  given in
17  .B \--except-interface
18 -options. IP alias interfaces (eg "eth1:0") cannot be used with
19 -.B --interface
20 +options. IP alias interface names (eg "eth1:0") can be used only in
21 +.B \--bind-interfaces
22  or
23 -.B --except-interface
24 -options, use --listen-address instead. A simple wildcard, consisting
25 -of a trailing '*', can be used in 
26 +.B \--bind-dynamic
27 +mode. Use
28 +.B \--listen-address
29 +in the default mode instead. A simple wildcard, consisting of a trailing '*',
30 +can be used in
31  .B \--interface 
32  and
33  .B \--except-interface
34 -- 
35 2.9.3
36