-
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.
IP range add can only be IPv4 (#5107)
Closes #5085 - ~~Change range add request body from `IpRange` to `Ipv4Range`, see what breaks~~ - [x] Error on Ipv6 ranges in the service layer - [x] Update tests and add new tests - ~~May change range remove body to `Ipv4Range` for consistency even though it is technically fine as long as add is restricted to `Ipv4` — need to think about it~~ decided not to so we can still remove any existing IPv6 ranges through the API
- Loading branch information
1 parent
c05c081
commit 389206f
Showing
4 changed files
with
108 additions
and
75 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
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