]> git.ipfire.org Git - thirdparty/systemd.git/commit
libsystemd-network: Prepend hardware type byte to client identifier
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 19 Mar 2014 11:53:02 +0000 (13:53 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 20 Mar 2014 08:54:31 +0000 (10:54 +0200)
commit715c6a9acd6ce4cce4fdfe8a62a32dc8f552e1d7
treea17186e2588ea2148453fd44be2d40d48b312538
parentf1b2c3eccb5ca2cbf97bb14b735fef5784bf3a90
libsystemd-network: Prepend hardware type byte to client identifier

Even though client identifiers SHOULD be treated as opaque objects by
DHCP servers, follow the recommendation of a hardware type field with
value 0x01 (ethernet) followed by the hardware address as described in
RFC 2132.
src/libsystemd-network/sd-dhcp-client.c