-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply dest/target validation to VPC routes on PUT
VPC custom route creation applied various validations on the contents of a route. These include preventing mixed v4/v6 addresses (helpful) and disallowing system-only targets such as subnets/vpcs (mandatory). This PR ensures that these checks occur on modification of Default or Custom routes by users. Fixes #6003. Also fixes some typos identified by @elains-oxide.
- Loading branch information
1 parent
bb083ae
commit 1d959d2
Showing
3 changed files
with
59 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters