Feature #1882
openAutomatically import available subnets from the smart proxy
Description
It should be possible to import subnets for the use to make available. The potential values could be imported based on the subnets managed by the DHCP server that the proxy is connected to.
Updated by Greg Sutcliffe over 12 years ago
I thought we did this already? Is there not an "Import Subnets" button associated with a DHCP-managing proxy?
Updated by Sam Kottler over 12 years ago
Hadn't seen that before...
We should add it to the subnets page to keep the UI consistent with how we handle classes.
Updated by Ohad Levy over 12 years ago
+1, so its just to add a button to the subnets ui?
Updated by Sam Kottler over 12 years ago
- Category set to Proxy gateway
- Target version set to 1.1
Exactly, @Ohad Levy. I will submit a pull request for it soon; tagging for 1.1.
Updated by Sam Kottler over 12 years ago
- Status changed from New to Feedback
- Priority changed from Low to Normal
I've opened a pull request for this at https://github.com/theforeman/foreman/pull/307.
Updated by Mikael Fridh over 12 years ago
I was previously looking at parsing isc dhcpd config to automatically populate the range fields etc, could be done in a naive way rather easily, but getting all the edge cases right didn't really feel simple enough to be worth it. What I mean is, if there is a range from to
use that, if there is a group{}
with deny unknown-clients
and a range inside use that, skip the range
with permit unknown-clients
etc.
Now I'm thinking... maybe, as a helper to the operator we could present a text representation of the actual subnet {} declaration somewhere in the UI.
Updated by Sam Kottler over 12 years ago
- Target version changed from 1.1 to 1.2.0
I'm moving this to 1.2 because it seems like there is more work that's needed beyond just adding a new button.
Updated by Benjamin Papillon almost 12 years ago
- Status changed from Feedback to New