Skip to content

Commit

Permalink
Fix AllocationSize
Browse files Browse the repository at this point in the history
The size is number of IP addresses not prefix length.
  • Loading branch information
DanielXiao committed Aug 22, 2024
1 parent bdc1c25 commit f1b8d77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"k8s.io/klog/v2"
)

const allocationSize = 24
const allocationSize = 256

var _ NSXIPManager = &NSXVPCIPManager{}

Expand Down

0 comments on commit f1b8d77

Please sign in to comment.