Ticket #5204 a clean up pass of the jquery sections
Fixed #5165
Merge pull request #1929 from phil-davis/patch-4
Don't allow configuring IPv6 link local addresses on an interface. Ticket #4062
Fix pptp_remote0 var name
I missed one of these in all the manual integration.Commit https://github.com/pfsense/pfsense/commit/66fd7b47679187ddcfaf5852a55b2af15394f341 had this error.
Redmine #4568 Preserve MLPPP settings when saving interface settings
This is a resubmit of https://github.com/pfsense/pfsense/pull/1900 after integrating to the current master.
Fix description for 6rd prefix field
Fix 6rd input validation. Ticket #4935
fixed #5121
Fixed #5176
Fixed #5121Antenna section removed per JimT
6rd gateway is required, and must be an IPv4 IP, where 6rd is enabled. Ticket #4935
Fixed #5164
Fixed #5147This work was reverted then re-applied without the (accidental) tab/space screw-up
Revert "Fixed #5148" Accidentally broke spaces/tabsThis reverts commit 910b77ad1682740e481df29fc2d9c528a13c2da4.
Fixed #5148
Merge pull request #1899 from phil-davis/patch-2
Fixed #5147JS added to provide DHCP preset functionality
pptp_local and pptp_remote are arrays
I believe these should reference the [0] array element of pptp_local and pptp_remote. The code in interfaces.php only presents the [0] (first) array element to the user for editing.The current code also does not preserve any additional pptp_local, pptp_subnet or pptp_remote entries in the coma-separated list in the config. That is redmine bug #4568....
fix text
Fixed #5123WEP removed by the use of 'define("ALLOWWEP", false);' - Just in case
Fixed 5124 and #5125 (Default values)
Fixed #5121 Antennas now default to 'Default'
Corrected wpa_enable element name
Fixed Modal class issuesFInished interfaces.php (probably)Fixed notices error in head.inc
Fix typo
PPP country/provider/plan system complted
IPv4 "add new gateway" functionality provided via modal pop-upBasic hide/show for form setction implemented
Fixed modal.class.php so that modal forms now workinterface.php changes still WIP
Basic functionality based on types completed and tested
Numerous detail edits from Phil DavisThank you!
All HTML completed. Work in progress. NOT ready for testing
bootstrap, use require_once for classes/Form.class.php
COmmented out "Copy my MAC" button
Merge branch 'master' into bootstrap
Move main pfSense content to src/