From ec868b50f4b8d1f577ca66cd02f51248ef581e5b Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 29 Sep 2018 02:59:00 -0400 Subject: [PATCH] Another slight client tweak --- client-common/client_lib/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-common/client_lib/network.py b/client-common/client_lib/network.py index 85298976..f4dab57c 100644 --- a/client-common/client_lib/network.py +++ b/client-common/client_lib/network.py @@ -303,7 +303,7 @@ def formatDHCPReservationList(zk_conn, vni, dhcp_reservations_list): # Determine optimal column widths # Dynamic columns: node_name, hypervisor, migrated reservation_description_length = 13 - reservation_ip_address_length = 13 + reservation_ip_address_length = 11 reservation_mac_address_length = 13 for dhcp_reservation in dhcp_reservations_list: # description column