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:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Add support for Mellanox InfiniBand NIC in IPA.
|
- Add support for Mellanox InfiniBand NICs in IPA.
|
||||||
Each Mellanox InfiniBand interface returned with
|
Each Mellanox InfiniBand interface is returned with
|
||||||
"InfiniBand MAC" and InfiniBand Client-ID according
|
an "InfiniBand MAC" and InfiniBand Client-ID calculated
|
||||||
to DHCP over InfiniBand https://tools.ietf.org/html/rfc4390.
|
according to a Mellanox-specific translation.
|
||||||
|
Reference in New Issue
Block a user