summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Gould <mgould@redhat.com>2017-02-13 13:16:43 +0000
committerMiles Gould <mgould@redhat.com>2017-02-13 13:16:43 +0000
commit6993bd82f4489360c1fd4c294fe05f50dbec620d (patch)
tree3e09d01dbe017c3dd7b580a6c733cfb44b34d192
parent06183752b51a6a860c813006cf13b227588d1575 (diff)
downloadironic-python-agent-6993bd82f4489360c1fd4c294fe05f50dbec620d.tar.gz
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
-rw-r--r--releasenotes/notes/add_mellanox_hardware_manager-edfae87964737df1.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/releasenotes/notes/add_mellanox_hardware_manager-edfae87964737df1.yaml b/releasenotes/notes/add_mellanox_hardware_manager-edfae87964737df1.yaml
index bddffb30..1c0bc381 100644
--- a/releasenotes/notes/add_mellanox_hardware_manager-edfae87964737df1.yaml
+++ b/releasenotes/notes/add_mellanox_hardware_manager-edfae87964737df1.yaml
@@ -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. \ No newline at end of file
+ - 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.