summaryrefslogtreecommitdiffstats
path: root/chassishandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chassishandler.cpp')
-rw-r--r--chassishandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chassishandler.cpp b/chassishandler.cpp
index 9a5f169..c6753e8 100644
--- a/chassishandler.cpp
+++ b/chassishandler.cpp
@@ -27,7 +27,7 @@ constexpr size_t SIZE_COOKIE = 4;
constexpr size_t SIZE_VERSION = 2;
constexpr auto MAC_ADDRESS_FORMAT = "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx";
constexpr auto IP_ADDRESS_FORMAT = "%d.%d.%d.%d";
-constexpr auto PREFIX_FORMAT = "%d";
+constexpr auto PREFIX_FORMAT = "%hhd";
constexpr auto ADDR_TYPE_FORMAT = "%hhx";
//PetiBoot-Specific
static constexpr uint8_t net_conf_initial_bytes[] = {0x80,0x21, 0x70 ,0x62 ,0x21,
OpenPOWER on IntegriCloud