diff options
author | Susant Sahani <ssahani@vmware.com> | 2020-03-30 16:43:28 +0200 |
---|---|---|
committer | Susant Sahani <ssahani@vmware.com> | 2020-03-30 20:27:48 +0200 |
commit | 7b8d23a9bb410de3c84adaf696eb214a92e9c0c9 (patch) | |
tree | 16d48d81e53ad5a302d694839ab5d2e13169dd11 /man | |
parent | sd-dhcpv4: introduce The Manufacturer Usage Description (MUD) (diff) | |
download | systemd-7b8d23a9bb410de3c84adaf696eb214a92e9c0c9.tar.xz systemd-7b8d23a9bb410de3c84adaf696eb214a92e9c0c9.zip |
network: DHCPv4 - introduce The Manufacturer Usage Description (MUD)
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 2ead483519..bb6c35f9ba 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1430,6 +1430,18 @@ sent even if this is set to true.</para> </listitem> </varlistentry> + + <varlistentry> + <term><varname>MUDURL=</varname></term> + <listitem> + <para>When configured, the Manufacturer Usage Descriptions (MUD) URL will be sent to the + DHCPv4 server. Takes an URL of length up to 255 characters. A superficial verification that + the string is a valid URL will be performed. DHCPv4 clients are intended to have at most one + MUD URL associated with them. See + <ulink url="https://tools.ietf.org/html/rfc8520">RFC 8520</ulink>.</para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>UseHostname=</varname></term> <listitem> |