summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSusant Sahani <145210+ssahani@users.noreply.github.com>2018-05-07 17:51:02 +0530
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-07 14:21:02 +0200
commitaf1c0de0e124c22858fce99534d4de1f7ed340a7 (patch)
tree1e52269cedc62d3293f1b127ee09e60d1bacb8e8 /man
parent348b44372f36010d48d9a7dda14ef67155753a71 (diff)
downloadsystemd-af1c0de0e124c22858fce99534d4de1f7ed340a7.tar.gz
systemd-af1c0de0e124c22858fce99534d4de1f7ed340a7.tar.bz2
systemd-af1c0de0e124c22858fce99534d4de1f7ed340a7.zip
networkd: add support to send DHCP user class option (#7499)
This patch add support to enables to send User Class option code 77 RFC 3004. This option MAY carry multiple User Classes. The format of this option is as follows: Code Len Value +-----+-----+--------------------- . . . --+ | 77 | N | User Class Data ('Len' octets) | +-----+-----+--------------------- . . . --+ where Value consists of one or more instances of User Class Data. Each instance of User Class Data is formatted as follows: UC_Len_i User_Class_Data_i +--------+------------------------ . . . --+ | L_i | Opaque-Data ('UC_Len_i' octets) | +--------+------------------------ . . . --+ UserClass= A DHCPv4 client can use UserClass option to identify the type or category of user or applications it represents. The information contained in this option is an string that represents the user class of which the client is a member. Each class sets an identifying string of information to be used by the DHCP service to classify clients. Takes a whitespace-separated list. UserClass= hello world how are you Closes: RFC: #5134
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 55db523e79..da8b4663b8 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -1246,6 +1246,16 @@
</varlistentry>
<varlistentry>
+ <term><varname>UserClass=</varname></term>
+ <listitem>
+ <para>A DHCPv4 client can use UserClass option to identify the type or category of user or applications
+ it represents. The information contained in this option is a string that represents the user class of which
+ the client is a member. Each class sets an identifying string of information to be used by the DHCP
+ service to classify clients. Takes a whitespace-separated list of strings.</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>DUIDType=</varname></term>
<listitem>
<para>Override the global <varname>DUIDType</varname> setting for this network. See