Feature #1217
closedChange OpenVPN local/remote networks to lists instead of single boxes
0%
Description
In 2.1 or beyond it would be nice to have the OpenVPN local and remote network boxes instead be lists of networks, so you can add as many as needed. In the config this would translate into the equivalent of a route or push route for each entry in the list, depending on the mode and field used.
It would be easy to hack this in as a comma or semicolon delimited list, but it would be nicer if it was more like the alias list where each row can be added/deleted/edited independently.
Updated by Jim Pingle almost 14 years ago
- Subject changed from Change OpenVPN local/remote networks lists instead of single boxes to Change OpenVPN local/remote networks to lists instead of single boxes
Updated by Jim Pingle about 13 years ago
Tried to work this out last week and found that our rowhelper code only works for once instance per page, so having it active for the remote and local networks boxes won't work without hacking up that code.
Since 2.1 has moved to jquery there may be an equivalent jquery widget out there to accomplish the same task that would work multiple times on the same page.
Updated by Chris Buechler almost 9 years ago
- Status changed from New to Needs Patch
- Target version deleted (
Future)