From 10c628830e8fe5e968029284e44728643585a61f Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 19 Jan 2012 10:52:30 +0100 Subject: [PATCH] mgmt-api: Add information about endianness Management interface use little-endian byte order and this should be clearly stated in documentation. --- doc/mgmt-api.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt index 8fe7c94b8..9627f2543 100644 --- a/doc/mgmt-api.txt +++ b/doc/mgmt-api.txt @@ -23,6 +23,8 @@ Packet Structures +-------------------+-------------------+-------------------+ | | +All fields are in little-endian byte order (least significant byte first). + Controller Index can have a special value to indicate that command or event is not related to any controller. Possible values: -- 2.47.3