Bug 1136088 - subnet mask validation
Summary: subnet mask validation
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Provisioning
Version: 6.0.4
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: Unspecified
Assignee: Christine Fouant
QA Contact: Kedar Bidarkar
URL: http://projects.theforeman.org/issues...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-01 15:57 UTC by Ales Dujicek
Modified: 2017-02-23 21:00 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-08-12 05:15:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
subnet mask validation happens via UI (52.47 KB, image/png)
2015-02-13 12:38 UTC, Kedar Bidarkar
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 7430 0 None None None 2016-04-22 16:55:16 UTC
Red Hat Product Errata RHSA-2015:1592 0 normal SHIPPED_LIVE Important: Red Hat Satellite 6.1.1 on RHEL 6 2015-08-12 09:04:35 UTC

Description Ales Dujicek 2014-09-01 15:57:51 UTC
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

Comment 3 Christine Fouant 2014-09-12 21:59:52 UTC
Created redmine issue http://projects.theforeman.org/issues/7430 from this bug

Comment 4 Bryan Kearney 2014-09-15 13:45:59 UTC
Moving to POST since upstream bug http://projects.theforeman.org/issues/7430 has been closed
-------------
Christine Fouant
Applied in changeset commit:7af45f0986480143e96d141390579279d62e526a.

Comment 8 Kedar Bidarkar 2015-02-13 12:37:02 UTC
VERIFIED With Sat6.1 Beta snap2

so subnet mask validation happens.

[root@xxxxx ~]# hammer -u admin -p changeme subnet create --name qe_libvirt_199 --network 192.168.105.0 --mask 255.1.2.3
/usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT
Could not create the subnet:
  Network mask is invalid
[root@xxxxx ~]# hammer -u admin -p changeme subnet create --name qe_libvirt_199 --network 192.168.105.0 --mask 192.3.4.5
/usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT
Could not create the subnet:
  Network mask is invalid

Comment 9 Kedar Bidarkar 2015-02-13 12:38:14 UTC
Created attachment 991362 [details]
subnet mask validation happens via UI

Comment 10 Bryan Kearney 2015-08-11 13:28:25 UTC
This bug is slated to be released with Satellite 6.1.

Comment 11 errata-xmlrpc 2015-08-12 05:15:55 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2015:1592


Note You need to log in before you can comment on or make changes to this bug.