Manual network config uselessly asks for a "Subnet"
Bug #1777732 reported by
Simon Déziel
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subiquity |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
The manual network configuration asks to provide a "subnet" as well as the "address" to be used on a given interface. With the old installer, simply providing the address along with the netmask was enough and simpler.
IMHO, the address field should accept those 2 notations:
192.168.1.202/24
192.168.
To post a comment you must log in.
IMHO, typing 24 is a lot simpler than 255.255.255.0, at a min, CIDR is less typing.
But let's say a user isn't cidr/prefixlen savvy and only knows a netmask;
I think we could accept a netmask and convert to cidr in the form.
If we did convert it in the form, would the same user be confused?