Correct error in Infiniband release note

The release note says that a MAC and Client-ID are calculated for
Infiniband nodes according to RFC 4390, but RFC 4390 actually says
'"chaddr" (client hardware address) field MUST be zeroed.' (see
https://tools.ietf.org/html/rfc4390#page-2). This commit changes the
release note to say "a Mellanox-specific translation", which matches the
comments in hardware_managers/mlnx.py.

Change-Id: I16e70450cecaebb81b5851bb9589bd17a544668b
This commit is contained in:
Miles Gould 2017-02-13 13:16:43 +00:00
parent 06183752b5
commit 6993bd82f4

@ -1,6 +1,6 @@
---
features:
- Add support for Mellanox InfiniBand NIC in IPA.
Each Mellanox InfiniBand interface returned with
"InfiniBand MAC" and InfiniBand Client-ID according
to DHCP over InfiniBand https://tools.ietf.org/html/rfc4390.
- Add support for Mellanox InfiniBand NICs in IPA.
Each Mellanox InfiniBand interface is returned with
an "InfiniBand MAC" and InfiniBand Client-ID calculated
according to a Mellanox-specific translation.