diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-08-24 03:37:30 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-08-26 22:30:06 +0200 |
commit | 374825ec05243314d010041edf4a02644baec1ef (patch) | |
tree | 046e795e9ca996d53938221b73c1a9dde661e949 /man/resolvectl.xml | |
parent | resolvconf: clear domains if nothing specified (diff) | |
download | systemd-374825ec05243314d010041edf4a02644baec1ef.tar.xz systemd-374825ec05243314d010041edf4a02644baec1ef.zip |
resolvconf: disable default route when -p is specified
Internally, the switch triggers 'resolvectl default-route INTERFACE no'.
Closes #34112.
Diffstat (limited to 'man/resolvectl.xml')
-rw-r--r-- | man/resolvectl.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/resolvectl.xml b/man/resolvectl.xml index 1cecd97631..b30517741f 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -570,10 +570,19 @@ </varlistentry> <varlistentry> - <term><option>-m</option></term> <term><option>-p</option></term> - <listitem><para>These switches are not supported and are silently ignored.</para> + <listitem><para>When specified, the interface will not be used as the default route. See also + <citerefentry><refentrytitle>systemd-resolved.service</refentrytitle><manvolnum>8</manvolnum></citerefentry> + about the default route.</para> + + <xi:include href="version-info.xml" xpointer="v257"/></listitem> + </varlistentry> + + <varlistentry> + <term><option>-m</option></term> + + <listitem><para>The switch is not supported and is silently ignored.</para> <xi:include href="version-info.xml" xpointer="v239"/></listitem> </varlistentry> |