-
Notifications
You must be signed in to change notification settings - Fork 81
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
base: master
Are you sure you want to change the base?
Conversation
This pull request is now in conflict. Could you fix it @mingshuoqiu? 🙏 |
046abb3
to
4c257bb
Compare
@mingshuoqiu the commits need a clean-up. Please rebase on the target branch when seeing a conflict. |
404cc84
to
c73d811
Compare
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 <[email protected]>
c73d811
to
bce3c19
Compare
I tested the installer and saw this before the installation was just about to kick off Here is the log: |
@mingshuoqiu I can reproduce the same error with master ISO, we might have some changes that break the static IP method recently. v1.4.0 ISO is fine. |
Create a new issue to track, the key is to use a static VIP. @ihcsim could be this caused by recent changes of the VIP panel? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the PR iteself lgtm
Add IP mask field to provide better network configuration options:
Problem:
Allow users to specify the address as either
<address>/<netmask>
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:
IPv4 Mask
fieldIPv4 Address
field and check if the netmask generated correctly in theIPv4 Mask
field