Right now the if I click the Address/Hostname column, it sorts it in lexographic order instead of numeric order.
For example if I have 3 connections: 1.1.1.1, 2.2.2.2,100.100.100.100, right now it will sort them 1.1.1.1 100.100.100.100 2.2.2.2
I would like to see them sorted 1.1.1.1 2.2.2.2 100.100.100.100
