Revision d5f48b22
ID | d5f48b22bd9b9e273c4b972fb00c4f91fec865e0 |
Parent | c6076a17 |
Child | 5a6c07fd |
Fix output of `econe-describe-addresses
The current with of the IP address column is too small: The IP address "192.168.1.64", for instance, is 12 characters long, and gets truncated to "192.168.1.". Reserving 15 should do:
irb(main):001:0> "XXX.XXX.XXX.XXX".length
=> 15
irb(main):002:0>
Files
- added
- modified
- copied
- renamed
- deleted