commit | 4e38d36d88ead4e56f3155573976da84d5df18b3 | [log] [tgz] |
---|---|---|
author | Roland Dreier <roland@eddore.topspincom.com> | Thu Jul 28 13:16:30 2005 -0700 |
committer | Roland Dreier <roland@eddore.topspincom.com> | Thu Jul 28 13:16:30 2005 -0700 |
tree | f848ec6df10d92672919ac43f46912534fcaab0b | |
parent | 2ac6608c41f8c45371ea9dddae7f99bc2c15d5cf [diff] |
[PATCH] [IB/cm]: Correct CM port redirect reject codes Reject code 24 is port and CM redirection, not just port redirection. Port redirection alone is code 25. Therefore we should rename code 24 to IB_CM_REJ_PORT_CM_REDIRECT and use IB_CM_REJ_PORT_REDIRECT for code 25. Signed-off-by: Roland Dreier <rolandd@cisco.com>