Skip to content

Make upper boundary in portPool inclusive

Make upper boundary in portPool inclusive

Currently, we use logic [from, to) which is not what user expects. If from=6000, to=6099, users expect 100 ports, not 99.

Merge request reports