diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-02-23 13:22:08 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-02-23 13:22:08 +0100 |
commit | 03f7eb945b03b28b6d2dc3cee4c6558f601879f0 (patch) | |
tree | 9ffd34978efada4da8211756b2866b426f30496d | |
parent | e5bd8dbb24c01321f5417463af17a10df98cd546 (diff) | |
download | passt-03f7eb945b03b28b6d2dc3cee4c6558f601879f0.tar passt-03f7eb945b03b28b6d2dc3cee4c6558f601879f0.tar.gz passt-03f7eb945b03b28b6d2dc3cee4c6558f601879f0.tar.bz2 passt-03f7eb945b03b28b6d2dc3cee4c6558f601879f0.tar.lz passt-03f7eb945b03b28b6d2dc3cee4c6558f601879f0.tar.xz passt-03f7eb945b03b28b6d2dc3cee4c6558f601879f0.tar.zst passt-03f7eb945b03b28b6d2dc3cee4c6558f601879f0.zip |
passt.1: Drop duplicate --dns section
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | passt.1 | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -172,14 +172,6 @@ This option can be specified multiple times, and a single, empty option disables usage of DNS addresses altogether. .TP -.BR \-D ", " \-\-dns " " \fIaddr -Use \fIaddr\fR (IPv4 or IPv6) for DHCP, DHCPv6, NDP or DNS forwarding, as -configured (see options \fB--no-dhcp-dns\fR, \fB--dhcp-dns\fR, -\fB--dns-forward\fR) instead of reading addresses from \fI/etc/resolv.conf\fR. -This option can be specified multiple times, and a single, empty option disables -usage of DNS addresses altogether. - -.TP .BR \-\-dns-forward " " \fIaddr Map \fIaddr\fR (IPv4 or IPv6) as seen from guest or namespace to the first configured DNS resolver (with corresponding IP version). Mapping is limited to @@ -440,9 +432,7 @@ The default path is shown with --help. .TP .BR \-\-config-net Configure networking in the namespace: set up addresses and routes as configured -or sourced from the host, and bring up the tap interface. This option implies -\fB--no-ra\fR: the static configuration of the IPv6 address will not allow the -kernel to set up the default route using SLAAC. +or sourced from the host, and bring up the tap interface. .TP .BR \-\-ns-mac-addr " " \fIaddr |