summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixes #3727 Do not unset ondemand for ppp type interfaces since it is ↵Ermal2014-10-151-1/+2
| | | | controlled here only for pppoe/l2tp
* Make sentence more accurate as pointed out by phil-davisRenato Botelho2014-10-131-1/+1
|
* GIF interfaces MTU must be something between 1280 and 8192, make the correct ↵Renato Botelho2014-10-131-2/+12
| | | | check. It fixes #3927
* Restore id for cancel button to fix js errorRenato Botelho2014-09-171-1/+1
|
* Remove almost all calls to history.back() and make Cancel button back to ↵Renato Botelho2014-09-121-1/+3
| | | | HTTP_REFERER, there are a couple of places I didn't touch on this commit because it requires more work
* Implement a function to kill dhclient process, sometimes it takes a little ↵Renato Botelho2014-09-091-3/+1
| | | | time to die, so use a sleep(1) there
* Fix #3790. Fix IPv6 Prefix ID check using interface user choose before saveRenato Botelho2014-08-041-0/+6
|
* Fix #3575, do not allow user to set IPs for GRE interfaces on interface edit ↵Renato Botelho2014-07-251-2/+4
| | | | page.
* Replace Header() calls by lowercaseRenato Botelho2014-06-131-1/+1
|
* Tidy up "interfaces.php" XHTMLColin Fleming2014-05-181-2/+2
| | | | | Tidy up Anchor tag and PHP GETTEXT Swap double quote and semi-colon in ONLICK statement
* xhtml Complianceayvis2014-03-141-119/+119
| | | replaced <br>, <br/> and </br> with <br />
* Improve checks for params 'id', 'dup' and other similar ones to make sure ↵Renato Botelho2014-03-121-1/+1
| | | | they are numeric integer, also, pass them through htmlspecialchars() before print
* This one too.N0YB2014-02-221-1/+1
|
* Element id's are to be unique. 'provider' used is elsewhere.N0YB2014-02-221-5/+5
|
* Better done globally here in the function.N0YB2014-02-221-1/+1
|
* XHTML ComplianceN0YB2014-02-221-161/+185
| | | | Interfaces
* Merge pull request #945 from phildd/masterRenato Botelho2014-02-191-4/+6
|\ | | | | Enhance interface gateway data entry descriptions
| * Enhance interface gateway data entry descriptionsPhillip Davis2014-02-191-4/+6
| |
* | Some tweaking to handle when switching off dhcpv6.Ermal2014-02-171-5/+8
|/
* Add escapeshellarg() calls on exec parameters. While I'm here, replace some ↵Renato Botelho2014-02-041-1/+1
| | | | exec() calls by php functions like symlink, copy, unlink, mkdir
* Revert "Fix #3350. Do not destroy an interface when it's being disabled"Renato Botelho2014-01-211-2/+4
| | | | | | | | Ermal reported issues when changes are made on VLAN parent interface with this patch. He did other changes and interface_configure() will now be able to re-create VLAN interface This reverts commit 5bc623536d8bb3b93e68a1b1535c9de582721a09.
* Make sense of interface mtu handling code. No need to do unneeded ↵Ermal2013-12-271-5/+3
| | | | operations. This fixes slow boot times and proper handling of mtu for vlans though some work or better model is needed for other interface types. Manual merge of 53555bf2f796cd53cf649410fe1827a9a45fc4a7
* Prevent network or broadcast address to be set on interface (console, GUI ↵Renato Botelho2013-12-041-0/+8
| | | | and wizard). It should fix #3196
* Fix #3350. Do not destroy an interface when it's being disabledRenato Botelho2013-12-031-4/+2
|
* Revert "Define dynamic gateway for GRE interfaces and do not user to define ↵Renato Botelho2013-10-291-5/+0
| | | | | | | | IP address to the interface. Fixes #3280" Another solution will be implemented This reverts commit 6721d6d0443bd7e697bd6ca33f470c801608df7e.
* Define dynamic gateway for GRE interfaces and do not user to define IP ↵Renato Botelho2013-10-291-0/+5
| | | | address to the interface. Fixes #3280
* Respect default gateway option when adding a gateway from interfaces page. ↵Renato Botelho2013-09-241-4/+8
| | | | It fixes #3230
* Merge pull request #795 from razzfazz/ia-pd-hintRenato Botelho2013-09-181-0/+12
|\ | | | | add option to send prefix hint for requesting desired prefix length for delegation (for master branch)
| * add option to send prefix hint for requesting desired prefix length for ↵Daniel Becker2013-09-031-0/+12
| | | | | | | | | | | | delegation This change adds an option on the interfaces page for sending a prefix hint for the selected delegation size. If enabled, a "prefix" field requesting :: with the appropriate prefix length (64 - dhcp6-ia-pd-len) is added to the "id-assoc pd" entry in the dhcp6c config file. This hint is required for requesting prefixes shorter than /64 from Comcast.
* | Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-7/+7
|/
* Update interfaces.phpN0YB2013-08-051-1/+1
| | | | fix text - Capitalize sentence. s/this/This
* Implement an option to allow using the IPv4 connectivity interface for ↵Ermal2013-07-231-0/+12
| | | | sending the dhcpv6 information. Usually useful for ppp[oe] type links and some ISP
* Fix editing saving dhcp6prefixonly statePhil Davis2013-07-211-1/+1
| | | Reported in redmine #3097 and forum http://forum.pfsense.org/index.php/topic,64483.msg350255.html#msg350255
* Remove remaining hardcoded theme namesRenato Botelho2013-07-171-4/+4
|
* Remove errant double quote.N0YB2013-07-031-1/+1
|
* Add a checkbox that can be used to request only a IPv6 prefix without a IPv6 ↵smos2013-07-021-0/+12
| | | | | | | | address. Some ISPs DHCP6 servers will fail the request if both are requested and only a Prefix is allowed. Conflicts: usr/local/www/interfaces.php
* Merge pull request #684 from N0YB/Advanced_DHCP_Client_OptionsJim P2013-07-011-4/+3
|\ | | | | Add show/hide to the new "Reject Leases From" row
| * Add show/hide to the new "Reject Leases From" rowN0YB2013-07-011-4/+3
| | | | | | | | Show for Basic and Advanced. Hide for Config File Override.
* | fix typosRenato Botelho2013-07-011-2/+2
|/
* Merge branch 'Advanced_DHCP_Client_Options' of ↵Renato Botelho2013-06-301-8/+517
|\ | | | | | | | | | | | | https://github.com/N0YB/pfsense into N0YB-Advanced_DHCP_Client_Options Conflicts: usr/local/www/interfaces.php
| * Add section tag to v6 documentation links.N0YB2013-02-281-28/+30
| | | | | | | | | | Put v4 send, request, require & modifies in lease requirements and requests section. No functional changes.
| * Advanced DHCP Client Options & Config File OverrideN0YB2013-02-231-10/+515
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DHCP v4: Protocol Timing Send Options Request Options Require Options Option Modifiers DHCP v6: Interface Statement Identity Association Statement Prefix Interface Statement Authentication Statement Keyinfo Statement DHCP v4 & v6: Config Override File
* | Add a field to allow rejecting DHCP leases from a specific upstream DHCP server.jim-p2013-06-181-0/+14
| |
* | Fix max length for wpa passphrase, it fixes #3034Renato Botelho2013-06-141-1/+1
| |
* | Fix IPv6 Prefix ID default valueRenato Botelho2013-05-061-24/+17
| | | | | | | | | | | | | | . Always initialize it to 0 when it's undefined . Remove unecessary initializations and checks . Bump config version to 9.5 . Write an upgrade config function to initialize old configs properly
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-171-47/+39
| | | | | | | | | | | | | | | | | | | | | | Add summary to TABLE tags Add missing opening and closing cell tags in TR tag Tidy up closing FONT tag Remove duplicate closing TD tag and duplicate closing TR tag Add missing opening TR tag Remove duplicate width statement Add missing closing DIV tag Remove tags within comment block
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-161-84/+84
| | | | | | | | | | Update HTML Boolean operators Close a couple of missed INPUT tags
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-151-75/+75
| | | | | | | | | | Close INPUT tags Add closing FONT tag
* | Tidy up "interfaces.php" XHTMLColin Fleming2013-04-141-46/+48
| | | | | | | | | | | | Close BR and IMG tags and add ALT statement to IMG tags Change ONCLICK and ONCHANGE to lower case. Add CDATA section to SCRIPT tags
* | Avoid send user to top of the page when you open add new gateway boxRenato Botelho2013-03-281-2/+4
| |
OpenPOWER on IntegriCloud