diff options
author | Susant Sahani <ssahani@vmware.com> | 2020-05-17 17:14:47 +0200 |
---|---|---|
committer | Susant Sahani <ssahani@vmware.com> | 2020-05-20 07:58:03 +0200 |
commit | ed0d1b2e99942a7082e87eb5fcb0f615f0349564 (patch) | |
tree | 927d9734f355ce587f0a6dd563a38e33215535b4 /man | |
parent | 73c8ced784c467a27732cd45e24d06b8a33c457d (diff) | |
download | systemd-ed0d1b2e99942a7082e87eb5fcb0f615f0349564.tar.gz |
network: DHCPv6 - Add support to send vendor class information
Frame 1: 177 bytes on wire (1416 bits), 177 bytes captured (1416 bits) on interface veth-peer, id 0
Ethernet II, Src: 1e:04:f8:b8:2f:d4 (1e:04:f8:b8:2f:d4), Dst: IPv6mcast_01:00:02 (33:33:00:01:00:02)
Internet Protocol Version 6, Src: fe80::1c04:f8ff:feb8:2fd4, Dst: ff02::1:2
User Datagram Protocol, Src Port: 546, Dst Port: 547
DHCPv6
Message type: Solicit (1)
Transaction ID: 0x5ca46b
Rapid Commit
Identity Association for Non-temporary Address
Fully Qualified Domain Name
Vendor Class
Option: Vendor Class (16)
Length: 23
Value: 0000ab11000048656c6c6f3a686f773a6172653a796f75
Enterprise ID: Tom Gundersen (systemd) (43793)
vendor-class-data: Hello:how:are:you
Identity Association for Prefix Delegation
Option Request
Client Identifier
Elapsed time
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 19b49702f3..6e5a2702ba 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1788,6 +1788,17 @@ currently NUL bytes are not allowed.</para> </listitem> </varlistentry> + + <varlistentry> + <term><varname>VendorClass=</varname></term> + <listitem> + <para>A DHCPv6 client can use VendorClass option to identify the vendor that + manufactured the hardware on which the client is running. The information + contained in the data area of this option is contained in one or more opaque + fields that identify details of the hardware configuration. Takes a + whitespace-separated list of strings.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> |