-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
problem
There is a static route option in the VPC itself in addition to the one present on the private gateway.
It expects a next hop. When adding the static route with the destination network CIDR and an existing private gateway, it fails.
The static route can be added directly on the private gateway.
versions
4.22.0
The steps to reproduce the bug
- Create a VPC
- Create a private gateway
- Go back to VPC and click on the static routes
- Add a static route and next hop ( use the above private gateway , gateway IP)
- It fails to add
...
What to do about it?
It needs to be fixed.
Reactions are currently unavailable