my @sorted_keys = sort { ip_cmp($hash{$a}->ip_address, $hash{$b}->ip_address) } keys %hash;