Actions
Bug #7430
closedsubnet mask validation
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1136088
Description of problem:
subnet mask can be set to any IP address like (255.1.2.3)
valid masks are only 128.0.0.0, 192..., 224..., etc.
Version-Release number of selected component (if applicable):
Satellite-6.0.4-RHEL-6-20140829.0 [Sat6-GA-Snap7-Compose3]
How reproducible:
always
Steps to Reproduce:
1. # hammer subnet create --name subnet_1 --network 140.20.1.0 --mask 255.1.2.3
Subnet created
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 1.7.3
- Pull request https://github.com/theforeman/foreman/pull/1757 added
- Pull request deleted (
)
Updated by Christine Fouant about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 7af45f0986480143e96d141390579279d62e526a.
Updated by Dominic Cleal about 10 years ago
- Translation missing: en.field_release set to 21
Actions