summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove direct calls to /sbin/ifconfig destroy by pfSense_interface_destroy()Renato Botelho2017-01-041-1/+1
|
* IPv6, allow DHCP6 client to use a prefix size of /59PiBa-NL2016-12-271-1/+1
| | | | (cherry picked from commit 260f60a9b60d42be7a274b29a8c217c2b4b53507)
* PPTP Remote IP is host or V4Phil Davis2016-12-271-1/+1
| | | | | Now that Form_IpAddress() supports a range of types of input, this can be specified as HOSTV4. (cherry picked from commit 4890b6ecb6e2928b4f5c7d4e485c39a9def42a0b)
* Disable DHCP server on interfaces with subnet >= 31. Fixes #6930Renato Botelho2016-12-201-2/+14
|
* dhcp6c no releasemarjohn562016-12-201-2/+11
| | | | | | | | Script changes to allow no-release option of dhcp6c. These changes to be used in conjunction with pfSense/FreeBSD-ports/net/dhcp6c recent change from PR #231 (cherry picked from commit 505635302a3d555eb6f82cb552c99c7ecb813f46)
* interfaces, show error message if adding duplicate gatewayPiBa-NL2016-12-021-1/+2
| | | | (cherry picked from commit e8517c7c16b8a845333c7d0e91f552144e6b5560)
* Specify the IP address family in interfaces.phpPhil Davis2016-11-251-9/+18
| | | | | Where it is known what sort of IP address is required, we can specify it in the call to Form_IpAddress. That will make the hover text reflect what is really required as input, and make the client-side regex pattern also match only the allowed chars. (cherry picked from commit 41fc88ec13a54817cb893a737d941e441ffd12f5)
* Added addrtolower() to interface pagesSteve Beaver2016-11-231-0/+2
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Fix wording of the "Reject leases from" option for a DHCP interface.jim-p2016-08-091-2/+2
|
* Backport DHCP6 init before RAPhil Davis2016-07-201-0/+13
| | | | Original PR to master was #3055
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-44/+43
|
* Change group labels s/MAC controls/MAC Address/NOYB2016-07-061-1/+1
|
* Fix undefined constantBBcan1772016-07-011-4/+4
| | | | Notice: Use of undefined constant min - assumed 'min' Notice: Use of undefined constant max - assumed 'max'
* jQuery datepicker added to interfaces.php and interfaces_ppps_edit.php for ↵Stephen Beaver2016-06-221-1/+2
| | | | | | setting custom expirey date (cherry picked from commit d85d82b7686d5899948e6ec4b1587e74937820cf)
* Fix redundant phrasing.jim-p2016-06-201-1/+1
|
* Fixed #6331Stephen Beaver2016-05-071-2/+2
| | | | (cherry picked from commit 7e653b50c4a25b045121c026cd09ac4e567c0c42)
* Miscellaneous Textual Correction - InterfacesNOYB2016-05-041-5/+5
| | | | (cherry picked from commit a6a344d8dfad5f2b8199a0cef6c8f401f5e06db8)
* Interfaces - PunctuationNOYB2016-04-191-5/+5
| | | | (cherry picked from commit b48f9816cd34bfee40825612a33f16215989a937)
* Correct input type to 'text' for RADIUS shared secret used by wireless ↵jim-p2016-04-041-2/+2
| | | | hostap interfaces. Fixes #6067
* Further text refinements for PR 2790jim-p2016-03-281-10/+10
|
* Merge pull request #2790 from NOYB/Interfaces_-_Word_Smithingjim-p2016-03-281-30/+30
|\
| * Remove "we" personalizations.NOYB2016-03-261-3/+3
| |
| * Remove errant line.NOYB2016-03-251-1/+0
| |
| * Interfaces - Word SmithingNOYB2016-03-251-29/+30
| | | | | | | | Word smithing to remove a bunch of personalization ("You").
* | Interfaces - Section Title - Reserved NetworksNOYB2016-03-261-1/+1
|/ | | | More accurate section title.
* Reengineer Form_Button setAttributePhil Davis2016-03-201-16/+10
| | | | | | As per what was done for https://github.com/pfsense/pfsense/pull/2765 - do it to the rest of them. Seems to work OK.
* Merge pull request #2737 from NOYB/HTML_Compliance_-_InterfacesStephen Beaver2016-03-151-3/+3
|\
| * HTML Compliance - InterfacesNOYB2016-03-151-3/+3
| | | | | | | | | | Error: Duplicate ID btnadvppp. <a class=btn btn-default btn-info href=interfaces_ppps_edit.php id=btnadvppp>
* | Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-10/+10
|/ | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-10/+10
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-30/+23
|
* More icon and button consistency fixes. Ticket #5965jim-p2016-03-101-4/+1
|
* Fix some more stragglers for icon/button consistency. Ticket #5965jim-p2016-03-091-12/+24
|
* Correct reference for 6rd. Ticket #5967Chris Buechler2016-03-081-1/+1
|
* Merge pull request #2716 from phil-davis/patch-6Stephen Beaver2016-03-081-1/+1
|\
| * Change invalid use of $iface in interfaces.phpPhil Davis2016-03-081-1/+1
| | | | | | | | | | | | | | | | | | At this point $iface is an undefined var. So the last test of this "if" statement is useless. That code fragment was introduced in commit https://github.com/pfsense/pfsense/commit/e4d40f41aafe00353c0069b457a0b1b0d6c20987 I think that code fragment came from a similar thing that is inside a "foreach $iface" loop in interfaces_pps_edit.php https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/interfaces_ppps_edit.php#L300 and was pasted into the condition here back in 2011 without being changed. What I have done to the test here seems what would have been intended. Any better ideas are welcome.
* | Improve track6-prefix-id handlingPhil Davis2016-03-081-2/+6
|/ | | | | | | 1) The var $iface is not set at lines 2457 or 2464. It is a var that was used higher up local to build_ipv6interface_list() - it is not relevant to the single fields track6-prefix-id--hex and track6-prefix-id-max 2) When the user selects a different track6-interface then trigger update_track6_prefix() which will update the help text track6-prefix-id-range. Related to forum https://forum.pfsense.org/index.php?topic=107962.msg601309#msg601309 This pull request does not directly address the reported issue of the track6-prefix-id not "taking". It just fixes up some code issues that I noticed.
* Add track6 DHCP6 IPs back to interface when applying changes. Ticket #5945Chris Buechler2016-03-051-0/+9
|
* Fix DHCPv6 server check to allow track6. Ticket #3029Chris Buechler2016-03-011-1/+1
|
* Properly check the parent's MTU when changing a VLAN MTU.Luiz Otavio O Souza2016-02-211-6/+8
|
* Review alert wording.k-paulius2016-02-141-1/+2
|
* Interfaces - DHCP Advanced Options Checkbox VarsNOYB2016-02-141-9/+9
| | | | Correct the Enable Checkbox Var Names
* Interfaces - DHCP Advanced Options TweaksNOYB2016-02-141-31/+36
| | | | | | Lease requirements and requests typically contain large lists of options. Set the field width to use the available section space. Apply a few tweaks for better clarity and consistency between DHCP and DHCPv6. Include a more information link specific to each advanced panel.
* Convert section titles to title casek-paulius2016-02-101-13/+13
|
* Cleanup some text in wireless options and fix a description.jim-p2016-02-091-14/+14
|
* Adding ability to run dhcp6c in debug mode.k-paulius2016-02-041-0/+12
|
* Now that the fields on interfaces.php aren't hidden upon disabling the ↵Chris Buechler2016-02-041-18/+0
| | | | interface, we don't want to handle disable separately from everything else, as that discards all the changes other than disabling the interface. Everything else with handling bringing down of interfaces is still handled correctly. semi-related to Ticket #2453
* Select an interface to track is mandatoryRenato Botelho2016-01-271-0/+4
|
* Internationalize interfaces UI codePhil Davis2016-01-251-16/+16
|
OpenPOWER on IntegriCloud