Skip to content

Commit

Permalink
Use private IPv4 address range for transit switch subnet
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com>
  • Loading branch information
ricky-rav committed Oct 6, 2023
1 parent e6c7a85 commit e67e9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/pkg/config/config.go
Expand Up @@ -189,7 +189,7 @@ var (
}

ClusterManager = ClusterManagerConfig{
V4TransitSwitchSubnet: "168.254.0.0/16",
V4TransitSwitchSubnet: "100.88.0.0/16",
V6TransitSwitchSubnet: "fd97::/64",
}
)
Expand Down

0 comments on commit e67e9e2

Please sign in to comment.