From: Patrik Flykt Date: Wed, 19 Mar 2014 11:53:02 +0000 (+0200) Subject: libsystemd-network: Prepend hardware type byte to client identifier X-Git-Tag: v212~71 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=715c6a9acd6ce4cce4fdfe8a62a32dc8f552e1d7;hp=715c6a9acd6ce4cce4fdfe8a62a32dc8f552e1d7;p=elogind.git 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. ---