Closed Catoptromancer closed 5 years ago
Get-NsxEdge OpenShift-ESG | Get-NsxEdgeRouting | New-NsxEdgeStaticRoute -Network 192.168.100.0/24 -NextHop 192.168.133.2 -Vnic 2 -Description "OpenShift Traffic" -confirm:$false
Should in fact be Get-NsxEdge OpenShift-ESG | Get-NsxEdgeRouting | New-NsxEdgeStaticRoute -Network 192.168.133.0/24 -NextHop 192.168.133.2 -Vnic 2 -Description "OpenShift Traffic" -confirm:$false
Tracked internally in https://github.ibm.com/tornado/tracker/issues/19272
Issue is fixed and the update will be visible in the next release.
Get-NsxEdge OpenShift-ESG | Get-NsxEdgeRouting | New-NsxEdgeStaticRoute -Network 192.168.100.0/24 -NextHop 192.168.133.2 -Vnic 2 -Description "OpenShift Traffic" -confirm:$false
Should in fact be Get-NsxEdge OpenShift-ESG | Get-NsxEdgeRouting | New-NsxEdgeStaticRoute -Network 192.168.133.0/24 -NextHop 192.168.133.2 -Vnic 2 -Description "OpenShift Traffic" -confirm:$false