The node will restrict the outbound nodes by network group to avoid connecting to nodes from the same area before it connects to other outbounds. This behavior is not desirable for avalanche so we can turn it off. The node eviction mechanism will take care to balance the net groups already if we are running out of slots.
Since D11340 there already is a flag to turn the feature on or off. This diff sets to default to true for avalanche outbound peers only so there is no change in behavior if avalanche is not enabled.