Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Add IP mask field to Network Panel #897

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mingshuoqiu
Copy link
Contributor

Add IP mask field to provide better network configuration options:

  • Display calculated netmask when CIDR notation is used
  • Allow manual netmask input for non-CIDR IP addresses

Problem:
Allow users to specify the address as either

/ or CIDR.

Solution:
Display calculated netmask when CIDR notation is used. And validate the netmask input for non-CIDR IP addresses

Related Issue:
harvester/harvester#6295

Test plan:

  1. Install Harvester
  2. Proceed to Network Configuration Panel
  3. Check the existence of IPv4 Mask field
  4. Input a CIDR format in IPv4 Address field and check if the netmask generated correctly in the IPv4 Mask field
  5. Input a non-CIDR format IP and manually input the netmask with values to validate if the netmask applies or not.

Add IP mask field to provide better network configuration options:
- Display calculated netmask when CIDR notation is used
- Allow manual netmask input for non-CIDR IP addresses

Signed-off-by: Chris Chiu <chris.chiu@suse.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant