Hide Forgot
Description of problem: In the subnet creation window, "Name" and "Gateway" fields are not being checked for input validity. Version-Release number of selected component (if applicable): oVirt engine: 4.1.0-0.0.master.20161120231325.gitba51756.el7.centos How reproducible: 100% Steps to Reproduce: 1. Create new OVN network and select the subnet tab. 2. In the name input field, try to type a very long string. 3. In the gateway input field, try to type invalid IP address: 254.254.254.254. Actual results: Engine accepts invalid user input. Expected results: Engine should verify that the gateway is a valid IP address (e.g. by using regex), and name field should be restricted according to OVS. Additional info:
We will be fixing this when we create a UI from the OVN provider. This will mean removing the current UI for this. Closing for now.